Connect Redis cluster with jedis -


since single redis instance doesn't meet requirements, went redis cluster. formed cluster 3 nodes , populated data cluster. when data cluster using jediscluster takes more time single instance. so, what's proper way connect jedis redis cluster. how can make use of connection pool connect jedis redis cluster?

it's normal observe latency when retrieve datas in jedis cluster depending of clustering strategy have because bonce 1 jedis in order take datas. red arrow, reason of time added queries in jedis cluster.

jedis vs jedis cluster

the onlyway access right instance understand key location of datas, introduicing in key location exemple : "instance3/user/5" or finding location instance performing calculation on keys.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -