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.4.tar.gz 0003386861 3.23 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 0000118337 116 KB
redis.hashes 0000022657 22.1 KB
redis.logrotate 0000000170 170 Bytes
redis.spec 0000007090 6.92 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 234 (latest revision is 243)
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 1137728 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 234)
- redis 7.2.4: (boo#1218646)
  - Security fixes
    - (CVE-2023-41056) In some cases, Redis may incorrectly handle
      resizing of memory buffers which can result in incorrect
      accounting of buffer sizes and lead to heap overflow and
      potential remote code execution.
  - Bug fixes
    - Fix crashes of cluster commands clusters with mixed versions
      of 7.0 and 7.2 (#12805, #12832)
    - Fix slot ownership not being properly handled when deleting a
      slot from a node (#12564)
    - Fix atomicity issues with the RedisModuleEvent_Key module API
      event (#12733)
Comments 0
openSUSE Build Service is sponsored by