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
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ngncc/redis && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000002628 2.57 KB | |
_link | 0000000162 162 Bytes | |
getMcontextEip-return-value.patch | 0000000445 445 Bytes | |
ppc-atomic.patch | 0000000397 397 Bytes | |
redis-6.0.4.tar.gz | 0002217173 2.11 MB | |
redis-conf.patch | 0000002215 2.16 KB | |
redis-sentinel.target | 0000000111 111 Bytes | |
redis-sentinel@.service | 0000000349 349 Bytes | |
redis-user.conf | 0000000089 89 Bytes | |
redis.changes | 0000061957 60.5 KB | |
redis.hashes | 0000012733 12.4 KB | |
redis.logrotate | 0000000170 170 Bytes | |
redis.spec | 0000006044 5.9 KB | |
redis.sysctl | 0000000481 481 Bytes | |
redis.target | 0000000093 93 Bytes | |
redis.tmpfiles.d | 0000000117 117 Bytes | |
redis@.service | 0000000311 311 Bytes | |
reproducible.patch | 0000001070 1.04 KB |
Comments 0