Redis¶

x86-64 arm64 ยท ๐ณ Docker ยท Documentation ยท redis://<your.IP>:6379
Redis is an open-source, in-memory data structure store, used as a database, cache, and message broker.
It supports a variety of data structures such as strings, hashes, lists, sets, and sorted sets.
Key Features: - Extremely fast performance with in-memory storage - Persistence options (snapshotting and AOF) - Pub/Sub messaging capabilities - Built-in replication and high availability - Simple API and wide client support
Redis is widely used for real-time applications, caching layers, session stores, and lightweight queues across industries and platforms.
Install from armbian-config โ Software โ Database โ Redis
| CLI install | |
|---|---|
- Data directory:
/armbian/redis/data
| Bash | |
|---|---|
All armbian-config commands
| Action | Command |
|---|---|
| Install | armbian-config --api module_redis install |
| Redis remove | armbian-config --api module_redis remove |
| Redis purge with data folder | armbian-config --api module_redis purge |
| Status | armbian-config --api module_redis status |
| Help | armbian-config --api module_redis help |
Part of Armbian’s SQL database servers and web interface managers software.