Package com.redis.lettucemod.cluster.api
Interface StatefulRedisModulesClusterConnection<K,V>
-
- All Superinterfaces:
io.lettuce.core.api.AsyncCloseable,io.lettuce.core.internal.AsyncCloseable,java.lang.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedisModulesAdvancedClusterAsyncCommands<K,V>async()RedisModulesAdvancedClusterReactiveCommands<K,V>reactive()RedisModulesAdvancedClusterCommands<K,V>sync()-
Methods inherited from interface io.lettuce.core.api.StatefulConnection
addListener, close, closeAsync, dispatch, dispatch, flushCommands, getOptions, getResources, getTimeout, isOpen, removeListener, reset, setAutoFlushCommands, setTimeout
-
Methods inherited from interface io.lettuce.core.cluster.api.StatefulRedisClusterConnection
addListener, getChannelWriter, getConnection, getConnection, getConnection, getConnection, getConnectionAsync, getConnectionAsync, getConnectionAsync, getConnectionAsync, getPartitions, getReadFrom, removeListener, setReadFrom
-
-
-
-
Method Detail
-
sync
RedisModulesAdvancedClusterCommands<K,V> sync()
-
async
RedisModulesAdvancedClusterAsyncCommands<K,V> async()
-
reactive
RedisModulesAdvancedClusterReactiveCommands<K,V> reactive()
-
-