Hi!
My team is using redis sentinels for high availability and using Spring Redis OM.
As we are reaching always master node for read/write ops, we are getting 100% CPU most of the time in master node.
Is there any way to force reads to go to replica nodes instead of reaching always master node?
Thanks in advance.