diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2015-10-25 23:39:49 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2015-10-25 23:39:49 +0000 |
commit | 6e9e1357af4d76d171b51bc4b0fcdea60dc78b21 (patch) | |
tree | 4c9a6788536978913a2df4b003e26bc77ee5a245 /databases/redis-devel/pkg-plist | |
parent | 25984ccf069500c5aad626ef2b547c8de32b0a29 (diff) | |
download | ports-6e9e1357af4d76d171b51bc4b0fcdea60dc78b21.tar.gz ports-6e9e1357af4d76d171b51bc4b0fcdea60dc78b21.zip |
Upgrade from 3.0.4 to 3.0.5.
<ChangeLog>
--[ Redis 3.0.5 ] Release date: 15 Oct 2015
Upgrade urgency: MODERATE, the most important thing is a fix in the replication
code that may make the slave hanging forever if the master
remains with an open socket even if it is no longer able to
reply.
* [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally
fixed thanks to Andy Grunwald that reported it.
(reported by Andy Grunwald, fixed by Salvatore Sanfilippo)
* [FIX] Fix a false positive in HSTRLEN test.
* [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back
replies from the server incrementally. Now a mass import will use
a lot less memory, and you can use --pipe to do incremental streaming.
(reported by Twitter user @fsaintjacques, fixed by Salvatore
Sanfilippo)
* [FIX] Slave detection of master timeout. (fixed by Kevin McGehee, refactoring
and regression test by Salvatore Sanfilippo)
* [NEW] Cluster: redis-trib fix can fix an additional case for opens lots.
(Salvatore Sanfilippo)
* [NEW] Cluster: redis-trib import support for --copy and --replace options
(David Thomson)
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=400169
Diffstat (limited to 'databases/redis-devel/pkg-plist')
-rw-r--r-- | databases/redis-devel/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/redis-devel/pkg-plist b/databases/redis-devel/pkg-plist index 669df02bf189..adbb8f3a38b7 100644 --- a/databases/redis-devel/pkg-plist +++ b/databases/redis-devel/pkg-plist @@ -4,6 +4,7 @@ bin/redis-check-dump bin/redis-cli bin/redis-sentinel bin/redis-server +%%TRIB%%bin/redis-trib.rb @sample etc/redis.conf.sample @sample etc/sentinel.conf.sample @dir(%%REDIS_USER%%,%%REDIS_GROUP%%,) %%REDIS_DBDIR%% |