Module lettuce.core

Class AbstractRedisAsyncCommands<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisAsyncCommands<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
BaseRedisAsyncCommands<K,​V>, RedisAclAsyncCommands<K,​V>, RedisGeoAsyncCommands<K,​V>, RedisHashAsyncCommands<K,​V>, RedisHLLAsyncCommands<K,​V>, RedisKeyAsyncCommands<K,​V>, RedisListAsyncCommands<K,​V>, RedisScriptingAsyncCommands<K,​V>, RedisServerAsyncCommands<K,​V>, RedisSetAsyncCommands<K,​V>, RedisSortedSetAsyncCommands<K,​V>, RedisStreamAsyncCommands<K,​V>, RedisStringAsyncCommands<K,​V>, RedisTransactionalAsyncCommands<K,​V>, RedisClusterAsyncCommands<K,​V>
Direct Known Subclasses:
RedisAdvancedClusterAsyncCommandsImpl, RedisAsyncCommandsImpl

public abstract class AbstractRedisAsyncCommands<K,​V>
extends Object
implements RedisAclAsyncCommands<K,​V>, RedisHashAsyncCommands<K,​V>, RedisKeyAsyncCommands<K,​V>, RedisStringAsyncCommands<K,​V>, RedisListAsyncCommands<K,​V>, RedisSetAsyncCommands<K,​V>, RedisSortedSetAsyncCommands<K,​V>, RedisScriptingAsyncCommands<K,​V>, RedisServerAsyncCommands<K,​V>, RedisHLLAsyncCommands<K,​V>, BaseRedisAsyncCommands<K,​V>, RedisTransactionalAsyncCommands<K,​V>, RedisGeoAsyncCommands<K,​V>, RedisClusterAsyncCommands<K,​V>
An asynchronous and thread-safe API for a Redis connection.
Author:
Will Glozer, Mark Paluch, Tugdual Grall, dengliming, Andrey Shlykov