Interface RediSearchSentinelAsyncCommands<K,​V>

  • All Superinterfaces:
    io.lettuce.core.sentinel.api.async.RedisSentinelAsyncCommands<K,​V>
    All Known Implementing Classes:
    RediSearchSentinelAsyncCommandsImpl

    public interface RediSearchSentinelAsyncCommands<K,​V>
    extends io.lettuce.core.sentinel.api.async.RedisSentinelAsyncCommands<K,​V>
    • Method Summary

      Modifier and Type Method Description
      StatefulRediSearchSentinelConnection<K,​V> getStatefulConnection()  
      • 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
    • Method Detail

      • getStatefulConnection

        StatefulRediSearchSentinelConnection<K,​V> getStatefulConnection()
        Specified by:
        getStatefulConnection in interface io.lettuce.core.sentinel.api.async.RedisSentinelAsyncCommands<K,​V>