Class RedisClusterContainer

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

public class RedisClusterContainer extends Object implements RedisCommandsInstanceContainer
Container for managing JedisCluster.

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