Module lettuce.core

Class RedisAsyncCommandsImpl<K,​V>

java.lang.Object
io.lettuce.core.AbstractRedisAsyncCommands<K,​V>
io.lettuce.core.RedisAsyncCommandsImpl<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
BaseRedisAsyncCommands<K,​V>, RedisAclAsyncCommands<K,​V>, RedisAsyncCommands<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:
RedisPubSubAsyncCommandsImpl

public class RedisAsyncCommandsImpl<K,​V>
extends AbstractRedisAsyncCommands<K,​V>
implements RedisAsyncCommands<K,​V>, RedisClusterAsyncCommands<K,​V>
An asynchronous and thread-safe API for a Redis connection.
Author:
Mark Paluch