Class RedisCommandsAdapterJedisCluster

java.lang.Object
org.apache.storm.redis.common.adapter.RedisCommandsAdapterJedisCluster
All Implemented Interfaces:
Closeable, AutoCloseable, RedisCommands

public class RedisCommandsAdapterJedisCluster extends Object implements RedisCommands, Closeable
Adapter class to make JedisCluster instance play with BinaryRedisCommands interface.