Interface RediSearchSentinelReactiveCommands<K,​V>

  • All Superinterfaces:
    io.lettuce.core.sentinel.api.reactive.RedisSentinelReactiveCommands<K,​V>
    All Known Implementing Classes:
    RediSearchSentinelReactiveCommandsImpl

    public interface RediSearchSentinelReactiveCommands<K,​V>
    extends io.lettuce.core.sentinel.api.reactive.RedisSentinelReactiveCommands<K,​V>
    • Method Summary

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

        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.reactive.RedisSentinelReactiveCommands<K,​V>