Module lettuce.core

Class RedisSentinelAsyncCommandsImpl<K,​V>

java.lang.Object
io.lettuce.core.sentinel.RedisSentinelAsyncCommandsImpl<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
RedisSentinelAsyncCommands<K,​V>

public class RedisSentinelAsyncCommandsImpl<K,​V>
extends Object
implements RedisSentinelAsyncCommands<K,​V>
An asynchronous and thread-safe API for a Redis Sentinel connection.
Since:
3.0
Author:
Mark Paluch