- update to version 1.2.6
fixes two critical replication bugs, and a few improvements. - Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207) (broken replication with binary arguments not in the last position with the MSET command or any other command issued with new multi-bulk protocol) - Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174) (temp names collisions producing broken slave-side .rdb files) - Redis-cli backported from Redis master, with interactive mode, line editing via the linenoise library, auth ability, and much more. - ZRANGEBYSCORE now supports WITHSCORES as well (backported from master) - A simplified version of redis-stat (from redis tools) added. - update to version 1.2.5 fixes a replication bug: multiple slaves connecting to the same master could lead to random crashes or corruptions. - use PROF parameter to pass in optflags OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=11
This commit is contained in:
parent
20868ed526
commit
825f301d7a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f92e3f08bf815bdfa57ed56544037c0f2c7582d15d0fb5eb2c921cf6eb195b9
|
||||
size 203982
|
3
redis-1.2.6.tar.bz2
Normal file
3
redis-1.2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94903451f66da6d76d0200ae4b4bda20bf7c383a6aad1014dce6d777f118ce40
|
||||
size 165821
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 14:10:31 UTC 2010 - mrueckert@suse.de
|
||||
|
||||
- update to version 1.2.6
|
||||
fixes two critical replication bugs, and a few improvements.
|
||||
- Fixed Issue 207
|
||||
(http://code.google.com/p/redis/issues/detail?id=207) (broken
|
||||
replication with binary arguments not in the last position with
|
||||
the MSET command or any other command issued with new
|
||||
multi-bulk protocol)
|
||||
- Fixed Issue 174
|
||||
(http://code.google.com/p/redis/issues/detail?id=174) (temp
|
||||
names collisions producing broken slave-side .rdb files)
|
||||
- Redis-cli backported from Redis master, with interactive mode,
|
||||
line editing via the linenoise library, auth ability, and much
|
||||
more.
|
||||
- ZRANGEBYSCORE now supports WITHSCORES as well (backported from
|
||||
master)
|
||||
- A simplified version of redis-stat (from redis tools) added.
|
||||
- update to version 1.2.5
|
||||
fixes a replication bug: multiple slaves connecting to the same
|
||||
master could lead to random crashes or corruptions.
|
||||
- use PROF parameter to pass in optflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 7 17:21:53 UTC 2010 - prusnak@suse.cz
|
||||
|
||||
|
@ -15,13 +15,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: redis
|
||||
Version: 1.2.4
|
||||
Version: 1.2.6
|
||||
Release: 1
|
||||
Url: http://code.google.com/p/redis/
|
||||
License: BSD License
|
||||
Group: Productivity/Databases/Servers
|
||||
Summary: Persistent key-value database with built-in net interface
|
||||
Source: http://redis.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
Source: http://redis.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-initscript.patch
|
||||
Patch1: %{name}-conf.patch
|
||||
# for init script
|
||||
@ -51,7 +51,7 @@ HTML documentation for Redis
|
||||
mv doc html
|
||||
|
||||
%build
|
||||
make %{?jobs:-j%jobs}
|
||||
make PROF="%{optflags}" %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
install -D -m 0755 redis-benchmark $RPM_BUILD_ROOT%{_bindir}/redis-benchmark
|
||||
|
Loading…
Reference in New Issue
Block a user