I want to use Spring-Data redis to access a redis cluster with one master and a bunch of read-only slaves.
Can i configure a redis template to support that or do i have to rely on jedis to do that? Does anybody have an example for this use-case?
Greetings,
Laures
Can i configure a redis template to support that or do i have to rely on jedis to do that? Does anybody have an example for this use-case?
Greetings,
Laures