fix defaults for redis

This commit is contained in:
Mike Reeves
2022-12-19 10:38:11 -05:00
parent 42157ff2b1
commit d9343d8450

View File

@@ -79,7 +79,7 @@ redis:
hll-sparse-max-bytes: 3000
stream-node-max-bytes: 4096
stream-node-max-entries: 100
activerehashing: yes
activerehashing: 'yes'
client-output-buffer-limit:
normal: '0 0 0'
replica: '256mb 64mb 60'