redis-sentinel

Persistent key-value database with network interface (metapackage)

Install

All systems
curl cmd.cat/redis-sentinel.sh
Debian Debian
apt-get install redis-sentinel
Ubuntu
apt-get install redis-sentinel
Alpine
apk add redis
Arch Arch Linux
pacman -S redis
image/svg+xml Kali Linux
apt-get install redis-sentinel
Fedora
dnf install redis
Windows (WSL2)
sudo apt-get update sudo apt-get install redis-sentinel
OS X
brew install redis
Raspbian
apt-get install redis-sentinel
Docker
docker run cmd.cat/redis-sentinel redis-sentinel powered by Commando

redis

Persistent key-value database with network interface (metapackage)

Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. The dataset is stored entirely in memory and periodically flushed to disk. This package depends on the redis-server package.

redis-sentinel

Persistent key-value database with network interface (monitoring)

Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. This package contains the Redis Sentinel monitoring software.

redis-server

Persistent key-value database with network interface

Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. The dataset is stored entirely in memory and periodically flushed to disk.