Uses of Interface
org.apache.storm.redis.common.commands.RedisCommands
Packages that use RedisCommands
-
Uses of RedisCommands in org.apache.storm.redis.common.adapter
Classes in org.apache.storm.redis.common.adapter that implement RedisCommandsModifier and TypeClassDescriptionclass
Adapter class to make Jedis instance play with BinaryRedisCommands interface.class
Adapter class to make JedisCluster instance play with BinaryRedisCommands interface. -
Uses of RedisCommands in org.apache.storm.redis.common.container
Methods in org.apache.storm.redis.common.container that return RedisCommandsModifier and TypeMethodDescriptionRedisClusterContainer.getInstance()
Borrows instance from container.RedisCommandsInstanceContainer.getInstance()
Borrows instance from container.RedisContainer.getInstance()
Borrows instance from container.Methods in org.apache.storm.redis.common.container with parameters of type RedisCommandsModifier and TypeMethodDescriptionvoid
RedisClusterContainer.returnInstance
(RedisCommands redisCommands) Returns instance to container.void
RedisCommandsInstanceContainer.returnInstance
(RedisCommands redisCommands) Returns instance to container.void
RedisContainer.returnInstance
(RedisCommands redisCommands) Returns instance to container.