READONLY
command issued each time a command is performed against a slave node with read_from_replicas=True
?
#455
-
We are using AWS ElastiCache Redis configured in cluster mode with master and slave node pairs. Using a redis-py-cluster/rediscluster/client.py Line 626 in 58bafe4 READONLY command being issued to the slave nodes prior to every read command that is performed. This uneven distribution of CPU load limits the scalability of the Redis cluster.
Could the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is a open PR #403 for this to reduce this to only be sent once per connection instead of once per command/pipeline but it has yet to be merged. |
Beta Was this translation helpful? Give feedback.
There is a open PR #403 for this to reduce this to only be sent once per connection instead of once per command/pipeline but it has yet to be merged.