spring-projects / spring-data-redis

Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-redis/
Apache License 2.0
1.77k stars 1.17k forks source link

Add Support to Jedis readOnlyForReplicas property #2972

Open ruispereira opened 3 months ago

ruispereira commented 3 months ago

Please add support to Jedis readOnlyForReplicas property in order to instruct jedis to perform read operations using replica nodes instead of reaching always master node.

The support to this feature is already in jedis master branch.

mp911de commented 3 months ago

We are happy to add additional config options on our side once the feature is available in a released version.

ruispereira commented 3 months ago

Ok thanks!