Interface DefaultedRedisConnection

All Superinterfaces:
RedisCommands, RedisCommandsProvider, RedisConnectionCommands, RedisGeoCommands, RedisHashCommands, RedisHyperLogLogCommands, RedisKeyCommands, RedisListCommands, RedisPubSubCommands, RedisScriptingCommands, RedisServerCommands, RedisSetCommands, RedisStreamCommands, RedisStringCommands, RedisTxCommands, RedisZSetCommands
All Known Subinterfaces:
DefaultedRedisClusterConnection, RedisClusterConnection, RedisConnection, RedisConnectionUtils.RedisConnectionProxy, StringRedisConnection
All Known Implementing Classes:
AbstractRedisConnection, DefaultStringRedisConnection, JedisClusterConnection, JedisConnection, LettuceClusterConnection, LettuceConnection

@Deprecated public interface DefaultedRedisConnection extends RedisCommands, RedisCommandsProvider
Deprecated.
DefaultedRedisConnection provides method delegates to Redis*Command interfaces accessible via RedisConnection. This allows us to maintain backwards compatibility while moving the actual implementation and stay in sync with ReactiveRedisConnection. Going forward the RedisCommands extension is likely to be removed from RedisConnection.
Since:
2.0
Author:
Christoph Strobl, Mark Paluch, Tugdual Grall, Andrey Shlykov, dengliming, ihaohong, Dennis Neufeld, Shyngys Sapraliyev