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 0000002612 2.55 KB
ppc-atomic.patch 0000000450 450 Bytes
redis-7.2.0.tar.gz 0003381269 3.22 MB
redis-conf.patch 0000002851 2.78 KB
redis-sentinel.target 0000000111 111 Bytes
redis-sentinel@.service 0000000744 744 Bytes
redis-user.conf 0000000086 86 Bytes
redis.changes 0000115098 112 KB
redis.hashes 0000021457 21 KB
redis.logrotate 0000000170 170 Bytes
redis.spec 0000007062 6.9 KB
redis.sysctl 0000000481 481 Bytes
redis.target 0000000093 93 Bytes
redis.tmpfiles.d 0000000117 117 Bytes
redis@.service 0000000680 680 Bytes
reproducible.patch 0000001070 1.04 KB
Revision 228 (latest revision is 247)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1104035 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 228)
- redis 7.2.0
  - Bug Fixes
    - redis-cli in cluster mode handles unknown-endpoint (#12273)
    - Update request / response policy hints for a few commands
      (#12417)
    - Ensure that the function load timeout is disabled during
      loading from RDB/AOF and on replicas. (#12451)
    - Fix false success and a memory leak for ACL selector with bad
      parenthesis combination (#12452)
    - Fix the assertion when script timeout occurs after it
      signaled a blocked client (#12459)
  - Fixes for issues in previous releases of Redis 7.2
    - Update MONITOR client's memory correctly for INFO and
      client-eviction (#12420)
    - The response of cluster nodes was unnecessarily adding an
      extra comma when no hostname was present. (#12411)
- refreshed redis-conf.patch:
- switch to autosetup now that we switched the last patch to patch
  level 1
Comments 0
openSUSE Build Service is sponsored by