インターフェース DefaultedRedisConnection

すべてのスーパーインターフェース:
RedisCommandsRedisCommandsProviderRedisConnectionCommandsRedisGeoCommandsRedisHashCommandsRedisHyperLogLogCommandsRedisKeyCommandsRedisListCommandsRedisPubSubCommandsRedisScriptingCommandsRedisServerCommandsRedisSetCommandsRedisStreamCommandsRedisStringCommandsRedisTxCommandsRedisZSetCommands
既知のすべてのサブインターフェース:
DefaultedRedisClusterConnectionRedisClusterConnectionRedisConnectionRedisConnectionUtils.RedisConnectionProxyStringRedisConnection
すべての既知の実装クラス:
AbstractRedisConnectionDefaultStringRedisConnectionJedisClusterConnectionJedisConnectionLettuceClusterConnectionLettuceConnection

@DeprecatedSE public interface DefaultedRedisConnection extends RedisCommands, RedisCommandsProvider
使用すべきではありません。
DefaultedRedisConnection は、RedisConnection を介してアクセス可能な Redis*Command インターフェースへのメソッドデリゲートを提供します。これにより、実際の実装を移動しながら下位互換性を維持し、ReactiveRedisConnection との同期を維持できます。今後、RedisCommands 拡張機能は RedisConnection から削除される可能性があります。
導入:
2.0
作成者:
Christoph Strobl, Mark Paluch, Tugdual Grall, Andrey Shlykov, dengliming, ihaohong, Dennis Neufeld, Shyngys Sapraliyev, Tihomir Mateev