You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the library can only use RedisClient and JedisPool, but for Redis Cluster there are RedisClusterClient and/or JedisCluster. Also the Spring RedisTemplate, which theoretically abstracts over the issue, uses the multi call which is not availabnle in Redis Cluster.
Is it possible to use this with Redis Cluster, ever?
The text was updated successfully, but these errors were encountered:
Currently the library can only use
RedisClient
andJedisPool
, but for Redis Cluster there areRedisClusterClient
and/orJedisCluster
. Also the SpringRedisTemplate
, which theoretically abstracts over the issue, uses themulti
call which is not availabnle in Redis Cluster.Is it possible to use this with Redis Cluster, ever?
The text was updated successfully, but these errors were encountered: