Port details |
- redis-devel Persistent key-value database with built-in net interface
- 7.4.0.20241030 databases =3 7.4.0.20240911Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2010-08-15 08:04:05
- Last Update: 2024-11-01 01:26:28
- Commit Hash: 6dc7714
- People watching this port, also watch:: openssl, perl5, wireguard-go, nut, go
- License: RSALv2 SSPLv1
- 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:
-
- redis-devel>0:databases/redis-devel
- Conflicts:
- CONFLICTS_INSTALL:
- redis
- redis62
- redis70
- redis72
- To install the port:
- cd /usr/ports/databases/redis-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/redis-devel
- pkg install redis-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redis-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730424098
SHA256 (redis-redis-7.4.0.20241030-ded8d993b_GH0.tar.gz) = 5ee8da6ae957a108f2b3cad400fd49ad0a27c557ca648a848ca1f53216602124
SIZE (redis-redis-7.4.0.20241030-ded8d993b_GH0.tar.gz) = 3635166
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 redis-devel-7.4.0.20241030:
JEMALLOC=off: Use jemalloc
TLS=on: Use TLS (openssl req.)
===> Use 'make config' to modify these settings
- Options name:
- databases_redis-devel
- 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 |
2.8.0.r5 12 Oct 2013 06:28:08 |
osa |
Update from 2.8.0-rc4 to 2.8.0-rc5.
<ChangeLog>
--[ Redis 2.8 Release Candidate 5 (2.7.105) ] Release date: 9 Oct 2013
This is the 5th release candidate of Redis 2.8 (official version is 2.7.105).
Important bugs fixed inside.
# UPGRADE URGENCY: HIGH because of many non critical replication bugs fixed.
* [FIX] redis-cli: don't crash with --bigkeys when the key no longer exist.
* [FIX] Allow AUTH / PING when disconnected from slave and serve-stale-data is
no.
* [FIX] PSYNC: safer handling of PSYNC requests with offsets in the future.
* [FIX] Replication: Fix master timeout detection.
* [FIX] Replication: Correctly install the write handler after successful PSYNC.
</ChangeLog> |
2.8.0.r4 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.8.0.r4 30 Aug 2013 14:40:18 |
osa |
Update from 2.8.0-rc3 to 2.8.0-rc4.
<ChangeLog>
--[ Redis 2.8 Release Candidate 4 (2.7.104) ] Release date: 30 Aug 2013
This is the fourth release candidate of Redis 2.8 (official version is 2.7.104).
Important bugs fixed inside.
# UPGRADE URGENCY: HIGH because of the EVAL memory leak.
* [FIX] Fixed a serious EVAL memory leak in the Lua stack.
* [FIX] Fixed server startup when no IPv6 address exists in any interface.
* [FIX] Send MISCONFIG error when BGSAVE fails because can't fork.
* [FIX] Memory efficiency with large (> a few kbytes) values improved
considerably.
* [NEW] DEBUG SDSLEN for sds memory debugging.
</ChangeLog> |
2.8.0.r3 22 Aug 2013 04:40:27 |
osa |
Add support for lang/lua, disabled by default.
Do not bump PORTREVISION. |
2.8.0.r3 20 Aug 2013 17:24:31 |
osa |
Update from 2.8.0-rc2 to 2.8.0-rc3.
Disable debug flags.
<ChangeLog>
# UPGRADE URGENCY: HIGH
* [FIX] Improved expired keys collection algorithm. Even under heavy load keys
to be expired can't accumulate because of lack of CPU time.
* [FIX] Replication speed regression fixed (issue #1238).
* [FIX] Fixed an hard to trigger PSYNC bug.
* [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result.
* [NEW] Add per-db average TTL information in INFO output.
* [NEW] redis-benchmark improvements.
* [NEW] dict.c API wrong usage detection.
</ChangeLog> |
2.8.0.r2 13 Aug 2013 17:39:57 |
osa |
Update from 2.6.14 to 2.8.0-rc2.
Changes: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES |
2.6.14 20 Jun 2013 15:31:31 |
osa |
Update from 2.6.13 to 2.6.14.
PR: 179745
<ChangeLog>
UPGRADE URGENCY: HIGH because of the following two issues:
* Lua scripting + Replication + AOF in slaves problem (see Issue #1164).
* AOF + expires possible race condition (see Issue #1079).
* [FIX] AOF bug: expire could be removed from key on AOF rewrite.
* [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
* [FIX] Sentinel: parse new verison of INFO replication output correctly.
* [NEW] Reset masterauth if an empty string is configured.
</ChangeLog> |
2.6.13 03 May 2013 17:38:25 |
osa |
Update from 2.6.11 to 2.6.13.
PR: 178124
<ChangeLog>
[ Redis 2.6.13 ]
UPGRADE URGENCY: MODERATE, nothing very critical but upgrading
is suggested if you experienced:
1) Strange issues with Lua scripting.
2) Not reconfigured reappearing master using Sentinel.
3) Server continusly trying to save on save error.
(Only the first 15 lines of the commit message are shown above ) |
2.6.11 12 Mar 2013 18:31:48 |
osa |
Update from 2.6.10 to 2.6.11.
<ChangeLog>
UPGRADE URGENCY: LOW, however updating is encouraged if you have many instances
per server and you want to lower the CPU / energy usage.
* [BUGFIX] Replication: more strict error checking for master PING reply.
* [BUGFIX] redis-cli: use keepalive socket option for improved reliability.
* [BUGFIX] Allow AUTH while loading the DB in memory.
* [BUGFIX] Don't segfault on unbalanced quotes while parsing config file.
* [IMPROVED] serverCron() frequency is now a runtime parameter (was REDIS_HZ).
* [IMPROVED] Use a lot less CPU when idle, even with many configured DBs.
</ChangeLog> |
2.6.10 11 Feb 2013 18:38:18 |
osa |
Update from 2.6.9 to 2.6.10.
<ChangeLog>
UPGRADE URGENCY: MODERATE, this release contains many non-critical fixes
and many small improvements.
* [BUGFIX] redis-cli --rdb, fixed when the server sends newlines to ping.
* [BUGFIX] redis-cli, minor fixes on connection handling, prompt.
* [BUGFIX] Slow log: don't log EXEC, just executed commands.
* [BUGFIX] On failed shutdown don't try again and again compulsively.
* [BUGFIX] Fix build on sunos without backtrace().
* [BUGFIX] UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply (see 742e580)
* [BUGFIX] Lua struct library was broken, upgraded.
* [BUGFIX] Fix a bug in srandmemberWithCountCommand() with count argument.
* [BUGFIX] Test: disable clients timeout to prevent issues on slow systems.
* [BUGFIX] Sentinel: don't advertise the promoted slave as master too early.
* [IMPROVED] Whitelist SIGUSR1, see http://redis.io/topics/signals.
* [IMPROVED] Simpler to understand redis-cli --bigkeys output.
* [IMPROVED] Test now works with tclsh > 8.5.
* [IMPROVED] Added option to turn of the Nagle algorithm in slave socket.
* [IMPROVED] Optionally use SO_KEEPALIVE to detect dead peers.
</ChangeLog> |
2.6.9 21 Jan 2013 17:14:42 |
osa |
Update from 2.6.8 to 2.6.9.
<ChangeLog>
UPGRADE URGENCY: MODERATE if you use replication.
* [BUGFIX] Changing master at runtime (SLAVEOF command) in presence of
network problems, or in very rapid succession, could result
in non-critical problems (GitHub Issue #828).
* [IMPROVED] CLINGET GETNAME and SETNAME to set and query connection names
reported by CLIENT LIST. Very useful for debugging of
problems.
* [IMPROVED] redis-cli is now able to transfer an RDB file from a remote
server to a local file using the --rdb <filename> command
line option.
</ChangeLog> |
2.6.8 12 Jan 2013 15:48:48 |
osa |
Update from 2.6.7 to 2.6.8.
Add experimental support for lang/luajit, disabled by default.
<ChangeLog>
UPGRADE URGENCY: MODERATE if you use Lua scripting. Otherwise LOW.
* [BUGFIX] Multiple fixes for EVAL (issue #872).
* [BUGFIX] Fix overflow in mstime() in redis-cli and benchmark.
* [BUGFIX] Fix Linux / PPC64 behavior by correcting endianess detection.
* [BUGFIX] Fix NetBSD build by defining _XOPEN_SOURCE appropriately.
* [BUGFIX] Added missing license and copyright in a few places.
* [BUGFIX] Better error reporting when fd event creation fails.
</ChangeLog> |
2.6.7 04 Dec 2012 04:30:23 |
osa |
Update from 2.6.6 to 2.6.7.
PR: 174084
Feature safe: yes
<ChangeLog>
UPGRADE URGENCY: MODERATE (unless you BLPOP using the same key multiple times).
* [BUGFIX] Don't crash if BLPOP & co are called with the same key repeated
multiple times (Issue #801).
</ChangeLog> |
2.6.6 30 Nov 2012 12:49:00 |
osa |
Update from 2.6.5 to 2.6.6.
Feature safe: yes
<ChangeLog>
UPGRADE URGENCY: CRITICAL if you experienced one more more crashes.
MODERATE if Redis is running fine for you.
* [BUGFIX] Jemalloc updated to 3.2.0.
</ChangeLog> |
2.6.5_1 24 Nov 2012 13:48:10 |
osa |
Fix pkg-plist for packages.
Feature safe: yes |
2.6.5 22 Nov 2012 18:21:12 |
osa |
Use more canonical names for patches.
No functionaly changes.
Don't bump PORTREVISION.
Feature safe: yes |
2.6.5 22 Nov 2012 18:17:03 |
osa |
Update from 2.6.4 to 2.6.5.
Feature safe: yes
<ChangeLog>
UPGRADE URGENCY: MODERATE
Warning: this release of Redis introduces a different behavior in MULTI/EXEC
handling of errors. This was done because the new behavior is safer
compared to the old one, and should not break any code targeting
Redis 2.6 in a critical way.
For more information check http://redis.io/topics/transactions
* [IMPROVED] RDB/AOF childern now log amount of additional memory used
because of copy on write.
* [BUGFIX] MIGRATE non critical fixes (see commits for details).
* [BUGFIX] MULTI/EXEC: now EXEC aborts on errors before EXEC.
* [BUGFIX] Fix integer overflow in zunionInterGenericCommand resulting
into Z[INTER|UNION][STORE] commands to crash under extremely
unlikely conditions (almost impossible in real world).
* [BUGFIX] EVALSHA is now case insensitive (and will not crash).
</ChangeLog> |
2.6.4 08 Nov 2012 21:37:55 |
osa |
Update from 2.6.3 to 2.6.4.
Feature safe: yes |
2.6.3 07 Nov 2012 11:56:05 |
osa |
Update from 2.6.2 to 2.6.3.
Feature safe: yes
<ChangeLog>
* [BUGFIX] Fixed 32 bit build on Linux systems.
* [BUGFIX] MONITOR and CLIENT LIST: propertly display unix socket clients.
* [IMPROVED] redis-cli inline help updated.
* [IMPROVED] Marginally more robust AOF child handling.
* [IMPROVED] Fixed a few typos in comments.
</ChangeLog> |
2.6.2 26 Oct 2012 20:53:54 |
osa |
Update from 2.6.0 to 2.6.2.
Feature safe: yes
<ChangeLog>
[ Redis 2.6.2 ]
* [BUGFIX] The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.
* [IMPROVED] Linenoise updated, now supports Ctrl+w.
[ Redis 2.6.1 ]
* [BUGFIX] Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).
</ChangeLog> |
2.6.0 24 Oct 2012 17:34:54 |
osa |
Update from 2.6.0rc8 to 2.6.0.
Feature safe: yes
<ChangeLog>
* [BUGFIX] Allow AUTH when server is in -BUSY state because of a slow script.
* [BUGFIX] MULTI/EXEC flow now makes sense when observed in MONITOR
* [BUGFIX] SCRIPT KILL now uses different error prefixes for different errors.
* [BUGFIX] Default memory limit for 32bit archs lowered from 3.5 to 3 GB.
* [BUGFIX] redis-check-dump is now compatible with RDB files generated by 2.6.
* [IMPROVED] New field in INFO: slave_read_only.
</ChangeLog> |
2.6.0.r8 06 Oct 2012 13:54:19 |
osa |
Update from 2.6.0rc7 to 2.6.0rc8.
Add TEST option for running unit tests.
Add test and regression-test targets.
Remove needless patch.
New Makefile header convention.
PR: 172396
<ChangeLog>
* [BUGFIX] Fixed compilation on FreeBSD.
* [IMPROVED] SRANDMEMBER <count> that returns multiple random elements.
* [IMPROVED] Sentinel backported to 2.6. It will be taken in sync with 2.8.
* [IMPROVED] Helper function for scripting to return errors and status replies.
* [IMPROVED] SORT by nosort [ASC|DESC] uses sorted set elements ordering.
* [BUGFIX] Better resistence to system clock skew.
* [IMPROVED] Warn the user when the configured maxmemory seems odd.
* [BUGFIX] Hashing function is now murmurhash2 for security purposes.
* [IMPROVED] Install script no longer uses a template but redis.conf itself.
</ChangeLog> |
2.6.0.r7 19 Sep 2012 18:20:20 |
osa |
Update from 2.6.0rc6 to 2.6.0rc7.
<ChangeLog>
UPGRADE URGENCY: HIGH
* [BUGFIX] Theoretical bug in ziplist fixed.
* [BUGFIX] Better out of memory handling (Log produced in log file).
* [BUGFIX] Incrementally flush RDB file on slave side while performing the
first synchronization with the master. This makes Redis less
blocking in environments where disk I/O is slow.
* [BUGFIX] Don't crash with Lua's redis.call() without arguments.
* [BUGFIX] Don't crash after a big number of Lua calls on 32 bit systems
because of a failed assertion.
* [BUGFIX] Fix SORT behaviour when called from scripting. (Only the first 15 lines of the commit message are shown above ) |
2.6.0.r6 03 Aug 2012 04:24:58 |
osa |
Fix whitespaces, remove needless double quotes. |
2.6.0.r6 03 Aug 2012 04:21:20 |
osa |
Add license. |
2.6.0.r6 02 Aug 2012 19:07:27 |
osa |
Update from 2.6.0-rc5 to 2.6.0-rc6. |
2.6.0.r5 19 Jul 2012 17:29:30 |
osa |
Remove databases/redis-scripting, use databases/redis-devel instead.
Update CONFLICTS for databases/redis and databases/redis-devel. |
2.6.0.r5 17 Jul 2012 18:30:38 |
osa |
Remove needless file. |
2.6.0.r5 17 Jul 2012 18:23:26 |
osa |
Readding the removed port redis-devel.
Update to the latest development version 2.6.0-rc5. |
2.0.1 20 Sep 2010 18:19:42 |
osa |
Remove databases/redis-devel after merge to databases/redis. |
2.0.1 10 Sep 2010 05:59:21 |
osa |
Update from 2.0.0 to 2.0.1.
<ChangeLog>
- Fixed a not critical but important VM bug: from time to time a race
condition may happen and a client may never get the reply from a given
request.
- Now we have a make install target as stated in the README.
- redis-cli no longer tries to understand if it's part of a pipe
so there is to use the -x option to read the last arg from stdin.
This prevents it from creating problem when running inside cron scripts.
- Fixed the init script provided in the tar.gz. It was totally broken.
- Fixed a bug related to connecting more than 10k clients to Redis.
</ChangeLog> |
2.0.0 03 Sep 2010 16:44:06 |
osa |
Welcome to redis 2.0.0!
ChangeLog: http://code.google.com/p/redis/wiki/Redis_2_0_0_Changelog |
2.0.0.r4 15 Aug 2010 09:18:07 |
osa |
Update from 1.2.6 to latest development version 2.0.0rc4 after repocopy.
Add CONFLICTS.
Add the note in UPDATING about configuration file changes. |
1.2.6 15 Aug 2010 08:02:47 |
osa |
Forced commit to notify the repocopy is done:
databases/redis -> databases/redis-devel.
PR: ports/149515
Submitted by: osa
Repocopied by: marcus |