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 image is based on official redis.io builds for debian and it is built on top of the clover/base.
| Location | Description |
|---|---|
/var/lib/redis | Persistent database path |
| Port | Description |
|---|---|
| 6379 | TCP port Redis is listening on |
| Name | Default value | Description |
|---|---|---|
PUID | 50 | Desired UID of the process owner * |
PGID | primary group id of the UID user (50) | Desired GID of the process owner * |
CRON | not set | Will start cron inside the container if set to 1 |
TIMEZONE | UTC | Desired container timezone |
| Location | Description |
|---|---|
/etc/redis/redis.conf | Redis server configuration file |
/etc/redis/sentinel.conf | Redis sentinel configuration file |
linux/amd64;linux/386;linux/arm/v7;linux/arm64/v8;Content type
Image
Digest
sha256:fccb84518…
Size
25.8 MB
Last updated
3 months ago
docker pull clover/redis