Persistent key-value database with built-in net interface
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.
- Links to server:database / redis
- Has a link diff
- Download package
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000123 123 Bytes | about 6 years |
redis-2.8.18.tar.gz | 0001254077 1.2 MB | about 6 years |
redis-conf.patch | 0000001663 1.62 KB | about 6 years |
redis-enable-bactrace-on-x86-and-ia64-only.patch | 0000000387 387 Bytes | about 6 years |
redis-initscript.patch | 0000003971 3.88 KB | about 8 years |
redis.changes | 0000022831 22.3 KB | about 6 years |
redis.logrotate | 0000000170 170 Bytes | over 7 years |
redis.spec | 0000004443 4.34 KB | about 6 years |
redis.sysconfig | 0000000036 36 Bytes | about 10 years |
Comments for redis 0