Package com.redis.lettucemod.cluster.api
Interface StatefulRedisModulesClusterConnection<K,V>
- All Superinterfaces:
io.lettuce.core.api.AsyncCloseable,io.lettuce.core.internal.AsyncCloseable,AutoCloseable,io.lettuce.core.api.StatefulConnection<K,,V> io.lettuce.core.cluster.api.StatefulRedisClusterConnection<K,,V> io.lettuce.core.api.StatefulRedisConnection<K,,V> StatefulRedisModulesConnection<K,V>
- All Known Implementing Classes:
StatefulRedisModulesClusterConnectionImpl
public interface StatefulRedisModulesClusterConnection<K,V>
extends io.lettuce.core.cluster.api.StatefulRedisClusterConnection<K,V>, StatefulRedisModulesConnection<K,V>
-
Method Summary
Methods inherited from interface io.lettuce.core.api.StatefulConnection
addListener, close, closeAsync, dispatch, dispatch, flushCommands, getOptions, getResources, getTimeout, isOpen, removeListener, reset, setAutoFlushCommands, setTimeoutMethods inherited from interface io.lettuce.core.cluster.api.StatefulRedisClusterConnection
addListener, getChannelWriter, getConnection, getConnection, getConnection, getConnection, getConnectionAsync, getConnectionAsync, getConnectionAsync, getConnectionAsync, getPartitions, getReadFrom, removeListener, setReadFromMethods inherited from interface io.lettuce.core.api.StatefulRedisConnection
addListener, isMulti, removeListener
-
Method Details
-
sync
RedisModulesAdvancedClusterCommands<K,V> sync() -
async
RedisModulesAdvancedClusterAsyncCommands<K,V> async() -
reactive
RedisModulesAdvancedClusterReactiveCommands<K,V> reactive()
-