redis / redis-om-spring

Spring Data Redis extensions for better search, documents models, and more
MIT License
609 stars 94 forks source link

Support to do reads from replicas #506

Open ruispereira opened 3 months ago

ruispereira commented 3 months ago

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.

bsbodden commented 2 months ago

@ruispereira researching it...