SHA256
1
0
forked from pool/redis

Accepting request 345678 from server:database

- Update to 3.0.5

OBS-URL: https://build.opensuse.org/request/show/345678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2015-11-26 16:02:00 +00:00 committed by Git OBS Bridge
commit 777e2e0979
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a35e90ad581925134aa0fc92e969cc825f5cdee8e13c36a87d4d6995316112cf
size 1364993

3
redis-3.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c176826eee909fbdc63db1c15adc22aab42d758043829e556f4331e6a5bd480
size 1366160

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Nov 22 09:18:54 UTC 2015 - mpluskal@suse.com
- Update to 3.0.5
* [FIX] MOVE now moves the TTL as well. A bug lasting forever...
finally fixed thanks to Andy Grunwald that reported it.
* [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.
* [FIX] Slave detection of master timeout.
* [NEW] Cluster: redis-trib fix can fix an additional case for
opens lots.
* [NEW] Cluster: redis-trib import support for --copy and
--replace options
-------------------------------------------------------------------
Thu Sep 24 22:26:22 UTC 2015 - mrueckert@suse.de

View File

@ -27,7 +27,7 @@
%define _conf_dir %{_sysconfdir}/%{name}
Name: redis
Version: 3.0.4
Version: 3.0.5
Release: 0
Summary: Persistent key-value database
License: BSD-3-Clause