Interface DefaultedRedisConnection

All Superinterfaces:
AutoCloseable, RedisCommands, RedisConnection, RedisConnectionCommands, RedisGeoCommands, RedisHashCommands, RedisHyperLogLogCommands, RedisKeyCommands, RedisListCommands, RedisPubSubCommands, RedisScriptingCommands, RedisServerCommands, RedisSetCommands, RedisStreamCommands, RedisStringCommands, RedisTxCommands, RedisZSetCommands
All Known Subinterfaces:
DefaultedRedisClusterConnection
All Known Implementing Classes:
AbstractRedisConnection, JedisClusterConnection, JedisConnection, LettuceClusterConnection, LettuceConnection

public interface DefaultedRedisConnection extends RedisConnection
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