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
redis-2.2.4.tar.bz2 0000336211 328 KB
redis-conf.patch 0000001872 1.83 KB
redis-initscript.patch 0000002681 2.62 KB
redis-linkargsorder.patch 0000001793 1.75 KB
redis.changes 0000004506 4.4 KB
redis.logrotate 0000000148 148 Bytes
redis.spec 0000004739 4.63 KB
redis.sysconfig 0000000036 36 Bytes
skip-aof-test.patch 0000000462 462 Bytes
Revision 19 (latest revision is 245)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 19)
- update to 2.2.4
  * Return value of OBJECT DEBUG against sorted sets fixed, now is
    "skiplist".
- additional changes from 2.2.3
  * Fixed issue #503. MONITOR + QUIT (and other combinations) could
    crash the server.
  * OBJECT command implemented. See http://redis.io/commands/object
  * Fixed a problem in redis-cli related to escapes in the form
    "\x..".
  * Fixed a minor memory leak in redis-cli
  * Saved RDB on SIGTERM on archs where it was not working properly.
- additional changes from 2.2.2
  * AOF file descriptor leak after the first rewrite fixed.
  * Return value of GETRANGE / SUBSTR is now an empty string if the
    interval specified is not valid, or the key does not exist. Was
    a null bulk reply before, but this is against the Redis way.
- fix the path to the log file in the conf patch to match the rest
  of the package
- created log dir
- changed home dir of the redis user from /var/run/redis to
  /var/lib/redis. the old home dir wasnt created anyway.
Comments 0
openSUSE Build Service is sponsored by