redis-check-dump
Persistent key-value database with network interface (client)
Install
- All systems
-
curl cmd.cat/redis-check-dump.sh
- Debian
-
apt-get install redis-tools
- Ubuntu
-
apt-get install redis-tools
- Kali Linux
-
apt-get install redis-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install redis-tools
- Raspbian
-
apt-get install redis-tools
- Dockerfile
- dockerfile.run/redis-check-dump
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.
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.