Package com.redislabs.lettusearch
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RediSearchAsyncCommands<K,V>async()RediSearchReactiveCommands<K,V>reactive()RediSearchCommands<K,V>sync()
-
-
-
Method Detail
-
sync
RediSearchCommands<K,V> sync()
-
async
RediSearchAsyncCommands<K,V> async()
-
reactive
RediSearchReactiveCommands<K,V> reactive()
-
-