thorwinn
thorwinn

Reputation: 123

Redis / Jedis: Cluster versus Pool

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?

Upvotes: 1

Views: 4578

Answers (1)

thorwinn
thorwinn

Reputation: 123

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

Upvotes: 3

Related Questions