Uses of Interface
io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands
| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api |
Redis Cluster connection API.
|
-
Uses of RedisAdvancedClusterAsyncCommands in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement RedisAdvancedClusterAsyncCommands Modifier and Type Class Description classRedisAdvancedClusterAsyncCommandsImpl<K,V>An advanced asynchronous and thread-safe API for a Redis Cluster connection.Methods in io.lettuce.core.cluster that return RedisAdvancedClusterAsyncCommands Modifier and Type Method Description RedisAdvancedClusterAsyncCommands<K,V>StatefulRedisClusterConnectionImpl. async() -
Uses of RedisAdvancedClusterAsyncCommands in io.lettuce.core.cluster.api
Methods in io.lettuce.core.cluster.api that return RedisAdvancedClusterAsyncCommands Modifier and Type Method Description RedisAdvancedClusterAsyncCommands<K,V>StatefulRedisClusterConnection. async()Returns theRedisAdvancedClusterAsyncCommandsAPI for the current connection.