Skip to content

Redis setup

Andy edited this page Sep 23, 2022 · 3 revisions

This code bashes redis quite hard for the load balancing. You need to remove limits:

redis-cli -p 6379 config set client-output-buffer-limit "pubsub 0 0 60"
redis-cli -p 6379 config set maxmemory "1gb"
redis-cli -p 6379 config rewrite

Clone this wiki locally