public interface StatefulRediSearchConnection<K,V>
extends io.lettuce.core.api.StatefulRedisConnection<K,V>
| Modifier and Type | Method and Description |
|---|---|
RediSearchAsyncCommands<K,V> |
async() |
RediSearchReactiveCommands<K,V> |
reactive() |
RediSearchCommands<K,V> |
sync() |
RediSearchCommands<K,V> sync()
RediSearchAsyncCommands<K,V> async()
RediSearchReactiveCommands<K,V> reactive()