Module lettuce.core

Class AbstractRedisReactiveCommands<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisReactiveCommands<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>, 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:
RedisAdvancedClusterReactiveCommandsImpl, RedisReactiveCommandsImpl, RedisSentinelReactiveCommandsImpl

public abstract class AbstractRedisReactiveCommands<K,​V>
extends Object
implements RedisAclReactiveCommands<K,​V>, RedisHashReactiveCommands<K,​V>, RedisKeyReactiveCommands<K,​V>, RedisStringReactiveCommands<K,​V>, RedisListReactiveCommands<K,​V>, RedisSetReactiveCommands<K,​V>, RedisSortedSetReactiveCommands<K,​V>, RedisScriptingReactiveCommands<K,​V>, RedisServerReactiveCommands<K,​V>, RedisHLLReactiveCommands<K,​V>, BaseRedisReactiveCommands<K,​V>, RedisTransactionalReactiveCommands<K,​V>, RedisGeoReactiveCommands<K,​V>, RedisClusterReactiveCommands<K,​V>
A reactive and thread-safe API for a Redis connection.
Since:
4.0
Author:
Mark Paluch, Nikolai Perevozchikov, Tugdual Grall, dengliming, Andrey Shlykov