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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Cloud:OpenStack:Train/redis && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000002628 2.57 KB | |
redis-5.0.5.tar.gz | 0001975750 1.88 MB | |
redis-conf.patch | 0000002215 2.16 KB | |
redis-disable_integration_logging.patch | 0000000346 346 Bytes | |
redis-enable-bactrace-on-x86-ia64-and_arm32_only.p |
0000000499 499 Bytes | |
redis-initscript.patch | 0000004322 4.22 KB | |
redis-sentinel.target | 0000000111 111 Bytes | |
redis-sentinel@.service | 0000000327 327 Bytes | |
redis.changes | 0000054233 53 KB | |
redis.logrotate | 0000000170 170 Bytes | |
redis.spec | 0000006210 6.06 KB | |
redis.sysctl | 0000000481 481 Bytes | |
redis.target | 0000000093 93 Bytes | |
redis.tmpfiles.d | 0000000117 117 Bytes | |
redis@.service | 0000000298 298 Bytes | |
reproducible.patch | 0000001069 1.04 KB |
Comments 0