We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e40d5d7 + 3df6122 commit 9d0876cCopy full SHA for 9d0876c
root-files/opt/flownative/lib/redis.sh
@@ -114,6 +114,9 @@ redis_initialize() {
114
redis_conf_set maxmemory "${REDIS_MAXMEMORY}"
115
redis_conf_set maxmemory-policy "${REDIS_MAXMEMORY_POLICY}"
116
redis_conf_set databases "${REDIS_DATABASES}"
117
+ redis_conf_set lazyfree-lazy-expire yes
118
+ redis_conf_set lazyfree-lazy-server-del yes
119
+ redis_conf_set lazyfree-lazy-user-del yes
120
redis_conf_set hz "${REDIS_HZ}"
121
redis_conf_unset save
122
if [[ -n "${REDIS_PASSWORD}" ]]; then
0 commit comments