Awesome
Valkey Docker Container Image
Docker Images
❗For better reliability we release images with stability tags (wodby/valkey:8-X.X.X
) which correspond to git tags. We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: valkey/valkey
- GitHub actions builds
- Docker Hub
Supported tags and respective Dockerfile
links:
8.0
,8
,latest
(Dockerfile)7.2
,7
(Dockerfile)
All images built for linux/amd64
and linux/arm64
Environment Variables
Variable | Default Value | Description |
---|---|---|
VALKEY_ACTIVE_REHASHING | yes | |
VALKEY_APPENDONLY | no | |
VALKEY_DATABASES | 16 | |
VALKEY_DBFILENAME | dump.rdb | |
VALKEY_LATENCY_MONITOR_THRESHOLD | 0 | |
VALKEY_LIST_MAX_ZIPLIST_ENTRIES | 512 | |
VALKEY_LIST_MAX_ZIPLIST_VALUE | 64 | |
VALKEY_LOGFILE | ||
VALKEY_LUA_TIME_LIMIT | 5000 | |
VALKEY_MAXMEMORY | 128m | |
VALKEY_MAXMEMORY_POLICY | allkeys-lru | |
VALKEY_MAXMEMORY_SAMPLES | 3 | |
VALKEY_NOTIFY_KEYSPACE_EVENTS | ||
VALKEY_PASSWORD | ||
VALKEY_SAVE_TO_DISK | ||
VALKEY_SAVES | 900:1/300:10/60:10000 | |
VALKEY_SET_MAX_INTSET_ENTRIES | 512 | |
VALKEY_SLOWLOG_MAX_LEN | 32 | |
VALKEY_SLOWLOG_SLOWER_THAN | 10000 | |
VALKEY_TCP_BACKLOG | 511 | |
VALKEY_TCP_KEEPALIVE | 60 | |
VALKEY_TIMEOUT | 300 |
Orchestration Actions
Usage:
make COMMAND [params ...]
commands:
check-ready host max_try wait_seconds delay_seconds
flushall host
default params values:
host localhost
max_try 1
wait_seconds 1
delay_seconds 0
Deployment
Deploy Valkey to your server via Wodby.