Persistent key-value database
https://valkey.io
Valkey 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. It supports many
different kinds of sorting abilities.
- Links to openSUSE:Factory / valkey
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:backports/valkey && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000002867 2.8 KB | |
macros.valkey | 0000000068 68 Bytes | |
migrate_redis_to_valkey.bash | 0000001341 1.31 KB | |
ppc-atomic.patch | 0000000846 846 Bytes | |
valkey-7.2.5.tar.gz | 0003420515 3.26 MB | |
valkey-conf.patch | 0000002471 2.41 KB | |
valkey-sentinel.target | 0000000113 113 Bytes | |
valkey-sentinel@.service | 0000000752 752 Bytes | |
valkey-user.conf | 0000000089 89 Bytes | |
valkey.changes | 0000000991 991 Bytes | |
valkey.logrotate | 0000000171 171 Bytes | |
valkey.spec | 0000007771 7.59 KB | |
valkey.sysctl | 0000000482 482 Bytes | |
valkey.target | 0000000095 95 Bytes | |
valkey.tmpfiles.d | 0000000120 120 Bytes | |
valkey@.service | 0000000687 687 Bytes |
Comments 0