Interface StatefulRediSearchConnection<K,​V>

  • All Superinterfaces:
    io.lettuce.core.internal.AsyncCloseable, java.lang.AutoCloseable, io.lettuce.core.api.StatefulConnection<K,​V>, io.lettuce.core.api.StatefulRedisConnection<K,​V>
    All Known Implementing Classes:
    StatefulRediSearchConnectionImpl

    public interface StatefulRediSearchConnection<K,​V>
    extends io.lettuce.core.api.StatefulRedisConnection<K,​V>
    • Method Detail

      • sync

        RediSearchCommands<K,​V> sync()
        Specified by:
        sync in interface io.lettuce.core.api.StatefulRedisConnection<K,​V>
      • async

        RediSearchAsyncCommands<K,​V> async()
        Specified by:
        async in interface io.lettuce.core.api.StatefulRedisConnection<K,​V>