Persistent key-value database with built-in net interface

Edit Package redis
http://code.google.com/p/redis/

Redis is an advanced key-value store. It is similar to memcached but the dataset
is not volatile, and values can be strings, exactly like in memcached,
but also lists, sets, and ordered sets. All this data types can be manipulated
with atomic operations to push/pop elements, add/remove elements, perform server
side union, intersection, difference between sets, and so forth. Redis supports
different kind of sorting abilities.

Refresh
Refresh
Source Files
Filename Size Changed
README.SUSE 0000000902 902 Bytes
redis-3.0.5.tar.gz 0001366160 1.3 MB
redis-conf.patch 0000001663 1.62 KB
redis-enable-bactrace-on-x86-and-ia64-only.patch 0000000403 403 Bytes
redis-initscript.patch 0000004099 4 KB
redis.changes 0000032897 32.1 KB
redis.logrotate 0000000170 170 Bytes
redis.spec 0000005775 5.64 KB
redis.target 0000000093 93 Bytes
redis.tmpfiles.d 0000000117 117 Bytes
redis@.service 0000000490 490 Bytes
Revision 72 (latest revision is 245)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 72)
- 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
Comments 0
openSUSE Build Service is sponsored by