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.2.1.tar.gz 0001534696 1.46 MB
redis-conf.patch 0000001908 1.86 KB
redis-enable-bactrace-on-x86-and-ia64-only.patch 0000000396 396 Bytes
redis-initscript.patch 0000004099 4 KB
redis.changes 0000037943 37.1 KB
redis.logrotate 0000000170 170 Bytes
redis.spec 0000005979 5.84 KB
redis.target 0000000093 93 Bytes
redis.tmpfiles.d 0000000117 117 Bytes
redis@.service 0000000490 490 Bytes
Revision 78 (latest revision is 243)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 405637 from Richard Maliska's avatar Richard Maliska (rmaliska) (revision 78)
- Update to 3.2.1
* [FIX] Cleaned up spec file.
* [FIX] Critical bug in Sentinel was hopefully fixed.
* [FIX] BITFIELD bugs fixed.
* [FIX] GEO commands fixes on syntax errors and edge cases.
* [NEW] RESOTRE now accepts dumps generated by older Redis versions.
* [NEW] Jemalloc now is configured to save you memory, for a problem a
        change in the jemalloc configuration did not really survived when the
        3.2.0 release was finalized.
* [NEW] TTL and TYPE command no longer alter the last access time of a key, for
        LRU evictions purposes. A new TOUCH command was introduced *just* to
        update the access time of a key.
* [FIX] A bug was fixed in redis-cli, that connected to the instance running on the
        port 6379 if there was one, regardless of what was specified.
* [NEW] TCP keep alive is now enabled by default. This should fix most ghost
        connections problems without resulting in any practical change in otherwise
        sane deployments.
* [FIX] A Sentinel crash that could happen during failovers was fixed.
* [NEW] avg_ttl reporting in INFO improved.
* [NEW] Sentinel: improve handling of known Sentinel instances.
* [NEW] Redis Cluster address update (via gossip section) processing improved
        to avoid initiating inwanted handshakes.
* [FIX] Critical bug fixed: There was a problem in the way a cluster instance 
        loaded the AOF that could cause data written via scripts to be lost during 
        reshardings.
* [NEW] There is a new very powerful BITFIELD command. Check the documentation
        here: http://redis.io/commands/BITFIELD
* [NEW] CONFIG GET is allowed during the loading of the dataset.
* [NEW] The DEBUG command have new features and can show an help with DEBUG HELP.
* [NEW] redis-cli show hits about the commands arguments to the right.
Comments 0
openSUSE Build Service is sponsored by