Persistent key-value database with built-in net interface
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.
-
17
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:database/redis && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000002612 2.55 KB | |
ppc-atomic.patch | 0000000431 431 Bytes | |
redis-7.4.1.tar.gz | 0003529512 3.37 MB | |
redis-conf.patch | 0000002952 2.88 KB | |
redis-sentinel.target | 0000000111 111 Bytes | |
redis-sentinel@.service | 0000000744 744 Bytes | |
redis-user.conf | 0000000086 86 Bytes | |
redis.changes | 0000127878 125 KB | |
redis.hashes | 0000023710 23.2 KB | |
redis.logrotate | 0000000170 170 Bytes | |
redis.spec | 0000007135 6.97 KB | |
redis.sysctl | 0000000481 481 Bytes | |
redis.target | 0000000093 93 Bytes | |
redis.tmpfiles.d | 0000000117 117 Bytes | |
redis@.service | 0000000680 680 Bytes | |
reproducible.patch | 0000001088 1.06 KB | |
series | 0000000053 53 Bytes |
Comments 0