Uses of Class
redis.clients.jedis.JedisPool
-
Packages that use JedisPool Package Description redis.clients.jedis -
-
Uses of JedisPool in redis.clients.jedis
Methods in redis.clients.jedis that return JedisPool Modifier and Type Method Description JedisPoolJedisClusterInfoCache. getNode(String nodeKey)JedisPoolJedisClusterInfoCache. getSlotPool(int slot)JedisPoolJedisClusterInfoCache. setupNodeIfNotExist(HostAndPort node)Methods in redis.clients.jedis that return types with arguments of type JedisPool Modifier and Type Method Description Map<String,JedisPool>BinaryJedisCluster. getClusterNodes()Map<String,JedisPool>JedisClusterConnectionHandler. getNodes()Map<String,JedisPool>JedisClusterInfoCache. getNodes()List<JedisPool>JedisClusterInfoCache. getShuffledNodesPool()
-