You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, i am having an issue with redis cluster (using go-redis on the client side) deployment, and researching what the problem can be. So in the same machine, everything is exactly the same, the only difference is that i have switched to redis cluster (3 masters and 3 slaves in this deployment) from the redis sentinel (1 master and 2 replicas). In my tests, it is 3 to 5 times slower with overall go-redis calls (i am using only GET and SET commands). Does anybody have an idea what should i check, what could be the issues, how can i track down the bottleneck? It would be really helpful to having a hint about what should i focus on or hearing similar experiences.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone, i am having an issue with redis cluster (using go-redis on the client side) deployment, and researching what the problem can be. So in the same machine, everything is exactly the same, the only difference is that i have switched to redis cluster (3 masters and 3 slaves in this deployment) from the redis sentinel (1 master and 2 replicas). In my tests, it is 3 to 5 times slower with overall go-redis calls (i am using only GET and SET commands). Does anybody have an idea what should i check, what could be the issues, how can i track down the bottleneck? It would be really helpful to having a hint about what should i focus on or hearing similar experiences.
Beta Was this translation helpful? Give feedback.
All reactions