1

I am new to Redis, Jedis and Sentinel. I am trying to educate myself using numerous web sites, code snippets and tutorials.

I have a simple understanding problem:

Some sources speak about a Redis Cluster, Jedis however uses the term Pools. Are they the same thing? Or are they conceptually different?

thorwinn
  • 123
  • 1
  • 2
  • 9

1 Answers1

3

I found a conceptual differentiation between cluster and pool independent of redis and jedis here: Difference between pool and cluster

Community
  • 1
  • 1
thorwinn
  • 123
  • 1
  • 2
  • 9