Class AbstractRedisConnection

java.lang.Object
org.springframework.data.redis.connection.AbstractRedisConnection
All Implemented Interfaces:
AutoCloseable, DefaultedRedisConnection, RedisCommands, RedisCommandsProvider, RedisConnection, RedisConnectionCommands, RedisGeoCommands, RedisHashCommands, RedisHyperLogLogCommands, RedisKeyCommands, RedisListCommands, RedisPubSubCommands, RedisScriptingCommands, RedisServerCommands, RedisSetCommands, RedisStreamCommands, RedisStringCommands, RedisTxCommands, RedisZSetCommands
Direct Known Subclasses:
JedisConnection, LettuceConnection

public abstract class AbstractRedisConnection extends Object implements RedisConnection
Since:
1.4
Author:
Christoph Strobl, Mark Paluch