Class RediSearchSentinelAsyncCommandsImpl<K,​V>

  • All Implemented Interfaces:
    RediSearchSentinelAsyncCommands<K,​V>, io.lettuce.core.sentinel.api.async.RedisSentinelAsyncCommands<K,​V>

    public class RediSearchSentinelAsyncCommandsImpl<K,​V>
    extends io.lettuce.core.sentinel.RedisSentinelAsyncCommandsImpl<K,​V>
    implements RediSearchSentinelAsyncCommands<K,​V>
    • Constructor Summary

      Constructors 
      Constructor Description
      RediSearchSentinelAsyncCommandsImpl​(io.lettuce.core.api.StatefulConnection<K,​V> connection, io.lettuce.core.codec.RedisCodec<K,​V> codec)  
    • Method Summary

      Modifier and Type Method Description
      StatefulRediSearchSentinelConnection<K,​V> getStatefulConnection()  
      • Methods inherited from class io.lettuce.core.sentinel.RedisSentinelAsyncCommandsImpl

        clientGetname, clientKill, clientKill, clientList, clientPause, clientSetname, close, dispatch, dispatch, dispatch, failover, getMasterAddrByName, info, info, isOpen, master, masters, monitor, ping, remove, reset, set, slaves
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.lettuce.core.sentinel.api.async.RedisSentinelAsyncCommands

        clientGetname, clientKill, clientKill, clientList, clientPause, clientSetname, dispatch, dispatch, failover, getMasterAddrByName, info, info, isOpen, master, masters, monitor, ping, remove, reset, set, slaves
    • Constructor Detail

      • RediSearchSentinelAsyncCommandsImpl

        public RediSearchSentinelAsyncCommandsImpl​(io.lettuce.core.api.StatefulConnection<K,​V> connection,
                                                   io.lettuce.core.codec.RedisCodec<K,​V> codec)