The databases/redis port
redis-6.2.16 – persistent key-value database (cvsweb github mirror)
Description
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 unions, intersections, and so forth. In order to be very fast but at the same time persistent, the whole dataset is taken in memory and from time to time and/or when a number of changes to the dataset are performed, it is written asynchronously to the disk.WWW: https://redis.io/
Maintainer
Daniel Jakots
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
Categories
Build dependencies
Test dependencies
Reverse dependencies
Files
- /etc/rc.d/redis
- /etc/redis/
- /etc/redis/redis.conf
- /etc/redis/sentinel.conf
- /usr/local/bin/redis-benchmark
- /usr/local/bin/redis-check-aof
- /usr/local/bin/redis-check-rdb
- /usr/local/bin/redis-cli
- /usr/local/bin/redis-sentinel
- /usr/local/bin/redis-server
- /usr/local/share/examples/redis/
- /usr/local/share/examples/redis/redis.conf
- /usr/local/share/examples/redis/sentinel.conf
- /var/redis/
- @newgroup _redis:686
- @newuser _redis:686:_redis::redis account:/var/redis:/sbin/nologin