Class JedisClusterContainer

java.lang.Object
org.apache.storm.redis.common.container.JedisClusterContainer
All Implemented Interfaces:
Closeable, AutoCloseable, JedisCommandsContainer

public class JedisClusterContainer extends Object implements JedisCommandsContainer
Container for managing JedisCluster.

Note that JedisCluster doesn't need to be pooled since it's thread-safe and it stores pools internally.