Package com.redislabs.lettusearch
Class StatefulRediSearchConnectionImpl<K,V>
- java.lang.Object
-
- io.lettuce.core.RedisChannelHandler<K,V>
-
- io.lettuce.core.StatefulRedisConnectionImpl<K,V>
-
- com.redislabs.lettusearch.StatefulRediSearchConnectionImpl<K,V>
-
- All Implemented Interfaces:
StatefulRediSearchConnection<K,V>
,io.lettuce.core.api.StatefulConnection<K,V>
,io.lettuce.core.api.StatefulRedisConnection<K,V>
,io.lettuce.core.internal.AsyncCloseable
,io.lettuce.core.protocol.ConnectionFacade
,java.io.Closeable
,java.lang.AutoCloseable
public class StatefulRediSearchConnectionImpl<K,V> extends io.lettuce.core.StatefulRedisConnectionImpl<K,V> implements StatefulRediSearchConnection<K,V>
-
-
Constructor Summary
Constructors Constructor Description StatefulRediSearchConnectionImpl(io.lettuce.core.RedisChannelWriter writer, io.lettuce.core.codec.RedisCodec<K,V> codec, java.time.Duration timeout)
-
Method Summary
Modifier and Type Method Description RediSearchAsyncCommands<K,V>
async()
protected RediSearchAsyncCommandsImpl<K,V>
newRedisAsyncCommandsImpl()
protected RediSearchReactiveCommandsImpl<K,V>
newRedisReactiveCommandsImpl()
protected RediSearchCommands<K,V>
newRedisSyncCommandsImpl()
RediSearchReactiveCommands<K,V>
reactive()
RediSearchCommands<K,V>
sync()
-
Methods inherited from class io.lettuce.core.StatefulRedisConnectionImpl
activated, dispatch, dispatch, isMulti, preProcessCommand, setClientName
-
Methods inherited from class io.lettuce.core.RedisChannelHandler
addListener, close, closeAsync, deactivated, flushCommands, getChannelWriter, getOptions, getResources, getTimeout, isClosed, isOpen, registerCloseables, reset, setAutoFlushCommands, setOptions, setTimeout, setTimeout, syncHandler
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
async
public RediSearchAsyncCommands<K,V> async()
-
sync
public RediSearchCommands<K,V> sync()
-
reactive
public RediSearchReactiveCommands<K,V> reactive()
-
newRedisAsyncCommandsImpl
protected RediSearchAsyncCommandsImpl<K,V> newRedisAsyncCommandsImpl()
-
newRedisSyncCommandsImpl
protected RediSearchCommands<K,V> newRedisSyncCommandsImpl()
-
newRedisReactiveCommandsImpl
protected RediSearchReactiveCommandsImpl<K,V> newRedisReactiveCommandsImpl()
-
-