Interface RedisConnectionUtils.RedisConnectionProxy

All Superinterfaces:
AutoCloseable, DefaultedRedisConnection, RawTargetAccess, RedisCommands, RedisCommandsProvider, RedisConnection, RedisConnectionCommands, RedisGeoCommands, RedisHashCommands, RedisHyperLogLogCommands, RedisKeyCommands, RedisListCommands, RedisPubSubCommands, RedisScriptingCommands, RedisServerCommands, RedisSetCommands, RedisStreamCommands, RedisStringCommands, RedisTxCommands, RedisZSetCommands
Enclosing class:
RedisConnectionUtils

public static interface RedisConnectionUtils.RedisConnectionProxy extends RedisConnection, RawTargetAccess
Subinterface of RedisConnection to be implemented by RedisConnection proxies. Allows access to the underlying target RedisConnection.
Since:
2.4.2
See Also:
  • RedisConnectionUtils.getTargetConnection(RedisConnection)