Quantcast
Viewing all articles
Browse latest Browse all 128

Redis with read-only slaves

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

Viewing all articles
Browse latest Browse all 128

Trending Articles