redis-check-rdb

Persistent key-value database with network interface (metapackage)

Install

All systems
curl cmd.cat/redis-check-rdb.sh
Debian Debian
apt-get install redis-tools
Ubuntu
apt-get install redis-tools
Alpine
apk add redis
Arch Arch Linux
pacman -S redis
image/svg+xml Kali Linux
apt-get install redis-tools
Fedora
dnf install redis
Windows (WSL2)
sudo apt-get update sudo apt-get install redis-tools
OS X
brew install redis
Raspbian
apt-get install redis-tools
Docker
docker run cmd.cat/redis-check-rdb redis-check-rdb 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-tools

Persistent key-value database with network interface (client)

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 command line client and other tools.