Port details |
- redis62 Persistent key-value database with built-in net interface
- 6.2.16 databases =2 6.2.14_1Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2022-04-28 02:24:44
- Last Update: 2024-10-02 23:56:16
- Commit Hash: 5fefdbd
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://redis.io/
- Description:
- Redis is an open source, advanced key-value store. It is often referred
to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.
You can run atomic operations on these types, like appending to a string;
incrementing the value in a hash; pushing to a list; computing set
intersection, union and difference; or getting the member with highest
ranking in a sorted set.
In order to achieve its outstanding performance, Redis works with an
in-memory dataset. Depending on your use case, you can persist it either
by dumping the dataset to disk every once in a while, or by appending each
command to a log.
Redis also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- redis62>0:databases/redis62
- Conflicts:
- CONFLICTS_INSTALL:
- redis
- redis-devel
- redis70
- redis72
- To install the port:
- cd /usr/ports/databases/redis62/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/redis62
- pkg install redis62
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redis62
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727912676
SHA256 (redis-6.2.16.tar.gz) = 846bff83c26d827d49f8cc8114ea9d1e72eea1169f7de36b8135ea2cec104e7d
SIZE (redis-6.2.16.tar.gz) = 2496391
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- tclsh8.6 : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redis62-6.2.16:
JEMALLOC=off: Use jemalloc
TLS=on: Use TLS (openssl req.)
===> Use 'make config' to modify these settings
- Options name:
- databases_redis62
- USES:
- compiler:c11 cpe gmake tcl:test ssl
- pkg-message:
- For install:
- To setup "redis" you need to edit the configuration file:
/usr/local/etc/redis.conf
To run redis from startup, add redis_enable="YES"
in your /etc/rc.conf.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.16 02 Oct 2024 23:56:16 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.16
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.16
MFH: 2024Q3
Security: 8b20f21a-8113-11ef-b988-08002784c58d |
6.2.14_1 16 Aug 2024 02:48:43 |
Yasuhiro Kimura (yasu) |
databases/redis*: Update CONFLICTS_INSTALL
Update CONFLICTS_INSTALL aftter databases/redis72 is added to ports
tree. |
6.2.14_1 03 Apr 2024 04:35:57 |
Yasuhiro Kimura (yasu) |
databases/redis*: Refine ports
* Alway build with base system compiler. In 2018 Makefile was changed
so GCC is used with i386. It seems to be workaround of build error,
But now build succeeds without GCC on i386 and all supported FreeBSD
versions.
* Remove options for external lua library and related patches. On
April 2022 upstream made incompatible change of bundled lua library
to fix vulnerability. As a result build got failed when external lua
library is enabled. Upstream said in commit message of their
repository that they took codes from lua repository. So I kept the
options with marking as broken hoping breakage will be solved in the
future. But it is still broken after two years and doesn't seem to
change.
* Remove TRIB option. When it is enabled ruby script named
redis-trib.rb is installed. But it just prints warning message that
it is no longer available and redis-cli should be used instead, and
exit. So it isn't usefull anymore.
* Fix post-patch-JEMALLOC-on target so proper line is replaced.
* Pet portclippy. |
6.2.14 18 Oct 2023 14:08:55 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.14
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.14
MFH: 2023Q4
Security: 8706e097-6db7-11ee-8744-080027f5fec9 |
6.2.13 20 Aug 2023 00:53:54 |
Yasuhiro Kimura (yasu) |
databases/redis*: Replace TESTS option with 'USES=tcl:test"
This makes it possible to test them with default options setting. |
6.2.13 17 Aug 2023 03:29:07 |
Yasuhiro Kimura (yasu) |
databases/redis*: Update CONFLICTS_INSTALL, remove CONFLICTS
* Update CONFLICTS_INSTALL after databases/redis70 is added to ports
tree.
* Remove CONFLICTS as build of one redis version succeeds even if
another version is installed. |
6.2.13 10 Jul 2023 16:31:20 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.13
Changelog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ
MFH: 2023Q3
Security: 0e254b4a-1f37-11ee-a475-080027f5fec9 |
6.2.12 08 May 2023 06:25:20 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.12
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.12
MFH: 2023Q2
Security: 96b2d4db-ddd2-11ed-b6ea-080027f5fec9 |
6.2.11 01 Mar 2023 01:55:12 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.11
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.11
MFH: 2023Q1
Security: b17bce48-b7c6-11ed-b304-080027f5fec9 |
6.2.10 18 Jan 2023 04:44:00 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.10
* Switch from CONFLICTS to CONFLICTS_INSTALL.
* Add PORTSCOUT to limit the range to 6.2.x.
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.10
MFH: 2023Q1 |
6.2.9 17 Jan 2023 00:39:35 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.9
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.9
MFH: 2023Q1
Security: 5fa68bd9-95d9-11ed-811a-080027f5fec9 |
6.2.8 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
6.2.8 13 Dec 2022 06:12:07 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.8
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.8 |
6.2.7_2 15 Oct 2022 17:52:15 |
Adam Weinberger (adamw) |
databases/redis{,62,-devel}: Amend previous commit
The openresty patches work for luajit-devel, though redis is still
broken with luajit enabled. |
6.2.7_2 15 Oct 2022 17:40:23 |
Adam Weinberger (adamw) |
databases/redis{,62,-devel}: Use USES=luajit (defaults to lang/luajit-devel)
The LUAJIT option is marked broken in all these ports, so no PORTREVISION bump. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.7_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.2.7_2 07 Aug 2022 05:30:30 |
Yasuhiro Kimura (yasu) |
databases/redis{6,62}: Fix problem that pkg-message is misleading
When installing package of databases/redis62, following pkg-message is
displayed.
To setup "redis62" you need to edit the configuration file:
/usr/local/etc/redis62.conf
To run redis from startup, add redis62_enable="YES"
in your /etc/rc.conf.
But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6
(Only the first 15 lines of the commit message are shown above ) |
6.2.7_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
6.2.7_1 01 Jun 2022 00:09:34 |
Yasuhiro Kimura (yasu) |
databases/redis{6,62}: Enable TLS option by default |
6.2.7 02 May 2022 10:04:02 |
Bernhard Froehlich (decke) |
databases/redis62: Fix CPE information after repocopy
Approved by: portmgr (blanket) |
6.2.7 28 Apr 2022 02:18:50 |
Yasuhiro Kimura (yasu) |
databases/redis62: Update to 6.2.7
* Mark BROKEN if any of external lua library options are
enabled. Upstream add new APIs to bundled lua library and use them
in source code of redis. This makes it impossible to compile and
link redis with external lua libraries. According to the commit
message of upstream repository they took the code of new API from
the repository of lua. It means linking with external lua libraries
may get possible again if they are updated. So mark BROKEN rather
than remove these options.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.7
Security: cc42db1c-c65f-11ec-ad96-0800270512f4 |
6.2.6 28 Apr 2022 02:18:31 |
Yasuhiro Kimura (yasu) |
databases/redis62: Copy from databases/redis
Copy databases/redis to databases/redis62 as a preparation for
updating databases/redis to 7.0. |