redis
1.0.0
❗Für eine bessere Zuverlässigkeit veröffentlichen wir Bilder mit Stabilitäts-Tags ( wodby/redis:7-XXX
), die den Git-Tags entsprechen. Wir empfehlen dringend, nur Bilder mit Stabilitäts-Tags zu verwenden.
Überblick:
Alle Bilder basieren auf Alpine Linux
Basisbild: redis
GitHub-Aktions-Builds
Docker-Hub
Unterstützte Tags und entsprechende Dockerfile
Links:
7
, latest
(Dockerfile)
6
(Docker-Datei)
Alle Images wurden für linux/amd64
und linux/arm64
erstellt
Variable | Standardwert | Beschreibung |
---|---|---|
REDIS_ACTIVE_REHASHING | yes | |
REDIS_APPENDONLY | no | |
REDIS_DATABASES | 16 | |
REDIS_DBFILENAME | dump.rdb | |
REDIS_LATENCY_MONITOR_THRESHOLD | 0 | |
REDIS_LIST_MAX_ZIPLIST_ENTRIES | 512 | |
REDIS_LIST_MAX_ZIPLIST_VALUE | 64 | |
REDIS_LOGFILE | ||
REDIS_LUA_TIME_LIMIT | 5000 | |
REDIS_MAXMEMORY | 128m | |
REDIS_MAXMEMORY_POLICY | allkeys-lru | |
REDIS_MAXMEMORY_SAMPLES | 3 | |
REDIS_NOTIFY_KEYSPACE_EVENTS | ||
REDIS_PASSWORD | ||
REDIS_SAVE_TO_DISK | ||
REDIS_SAVES | 900:1/300:10/60:10000 | |
REDIS_SET_MAX_INTSET_ENTRIES | 512 | |
REDIS_SLOWLOG_MAX_LEN | 32 | |
REDIS_SLOWLOG_SLOWER_THAN | 10000 | |
REDIS_TCP_BACKLOG | 511 | |
REDIS_TCP_KEEPALIVE | 60 | |
REDIS_TIMEOUT | 300 |
Verwendung:
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
Stellen Sie Redis über Wodby auf Ihrem Server bereit.