Uses of Interface
io.lettuce.core.cluster.api.StatefulRedisClusterConnection
| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.reactive |
Redis Cluster API for reactive command execution.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
-
Uses of StatefulRedisClusterConnection in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement StatefulRedisClusterConnection Modifier and Type Class Description classStatefulRedisClusterConnectionImpl<K,V>A thread-safe connection to a Redis Cluster.Methods in io.lettuce.core.cluster that return StatefulRedisClusterConnection Modifier and Type Method Description StatefulRedisClusterConnection<String,String>RedisClusterClient. connect()Connect to a Redis Cluster and treat keys and values as UTF-8 strings.<K, V> StatefulRedisClusterConnection<K,V>RedisClusterClient. connect(RedisCodec<K,V> codec)Connect to a Redis Cluster.StatefulRedisClusterConnection<K,V>RedisAdvancedClusterAsyncCommandsImpl. getStatefulConnection()StatefulRedisClusterConnection<K,V>RedisAdvancedClusterReactiveCommandsImpl. getStatefulConnection()Methods in io.lettuce.core.cluster that return types with arguments of type StatefulRedisClusterConnection Modifier and Type Method Description <K, V> CompletableFuture<StatefulRedisClusterConnection<K,V>>RedisClusterClient. connectAsync(RedisCodec<K,V> codec)Connect asynchronously to a Redis Cluster.Constructors in io.lettuce.core.cluster with parameters of type StatefulRedisClusterConnection Constructor Description RedisAdvancedClusterAsyncCommandsImpl(StatefulRedisClusterConnection<K,V> connection, RedisCodec<K,V> codec)Initialize a new connection.RedisAdvancedClusterReactiveCommandsImpl(StatefulRedisClusterConnection<K,V> connection, RedisCodec<K,V> codec)Initialize a new connection. -
Uses of StatefulRedisClusterConnection in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async that return StatefulRedisClusterConnection Modifier and Type Method Description StatefulRedisClusterConnection<K,V>RedisAdvancedClusterAsyncCommands. getStatefulConnection() -
Uses of StatefulRedisClusterConnection in io.lettuce.core.cluster.api.reactive
Methods in io.lettuce.core.cluster.api.reactive that return StatefulRedisClusterConnection Modifier and Type Method Description StatefulRedisClusterConnection<K,V>RedisAdvancedClusterReactiveCommands. getStatefulConnection() -
Uses of StatefulRedisClusterConnection in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync that return StatefulRedisClusterConnection Modifier and Type Method Description StatefulRedisClusterConnection<K,V>RedisAdvancedClusterCommands. getStatefulConnection()