@phenomlab
Seems to be better with some scaling fix for redis on redis.conf. I haven’t seen the message yet since the changes I made
# I increase it to the value of /proc/sys/net/core/somaxconn
tcp-backlog 4096
# I'm uncommenting because it can slow down Redis. Uncommented by default !!!!!!!!!!!!!!!!!!!
#save 900 1
#save 300 10
#save 60 10000
If you have other Redis optimizations. I take all your advice
Paul Namuag / Jul 26, 2021
Performance Tuning for Redis | Severalnines
Performance Tuning for Redis | Severalnines
Redis performance tuning can speed your application significantly. When tuning Redis, it encompasses all the levels to be considered from the client going to the server, then back and forth. By that means, there are several factors that can affect and help boost performance of your Redis server....