Class RedisCommandsAdapterJedis

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

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