redis
1.0.0
❗为了更好的可靠性,我们发布带有与 git 标签相对应的稳定性标签 ( wodby/redis:7-XXX
) 的镜像。我们强烈建议仅使用带有稳定性标签的图像。
概述:
所有镜像均基于Alpine Linux
基础镜像:redis
GitHub 操作构建
码头工人中心
支持的标签和各自的Dockerfile
链接:
7
、 latest
(Dockerfile)
6
(Docker 文件)
所有镜像都是为linux/amd64
和linux/arm64
构建的
多变的 | 默认值 | 描述 |
---|---|---|
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 |
用法:
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
通过 Wodby 将 Redis 部署到您的服务器。