Module lettuce.core

Class RedisReactiveCommandsImpl<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisReactiveCommands<K,​V>
io.lettuce.core.RedisReactiveCommandsImpl<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
BaseRedisReactiveCommands<K,​V>, RedisAclReactiveCommands<K,​V>, RedisGeoReactiveCommands<K,​V>, RedisHashReactiveCommands<K,​V>, RedisHLLReactiveCommands<K,​V>, RedisKeyReactiveCommands<K,​V>, RedisListReactiveCommands<K,​V>, RedisReactiveCommands<K,​V>, RedisScriptingReactiveCommands<K,​V>, RedisServerReactiveCommands<K,​V>, RedisSetReactiveCommands<K,​V>, RedisSortedSetReactiveCommands<K,​V>, RedisStreamReactiveCommands<K,​V>, RedisStringReactiveCommands<K,​V>, RedisTransactionalReactiveCommands<K,​V>, RedisClusterReactiveCommands<K,​V>
Direct Known Subclasses:
RedisPubSubReactiveCommandsImpl

public class RedisReactiveCommandsImpl<K,​V>
extends AbstractRedisReactiveCommands<K,​V>
implements RedisReactiveCommands<K,​V>, RedisClusterReactiveCommands<K,​V>
A reactive and thread-safe API for a Redis Sentinel connection.
Author:
Mark Paluch