Uses of Interface
com.redis.lettucemod.cluster.api.async.RedisModulesAdvancedClusterAsyncCommands
-
Packages that use RedisModulesAdvancedClusterAsyncCommands Package Description com.redis.lettucemod.cluster com.redis.lettucemod.cluster.api -
-
Uses of RedisModulesAdvancedClusterAsyncCommands in com.redis.lettucemod.cluster
Classes in com.redis.lettucemod.cluster that implement RedisModulesAdvancedClusterAsyncCommands Modifier and Type Class Description classRedisModulesAdvancedClusterAsyncCommandsImpl<K,V>Methods in com.redis.lettucemod.cluster that return RedisModulesAdvancedClusterAsyncCommands Modifier and Type Method Description RedisModulesAdvancedClusterAsyncCommands<K,V>StatefulRedisModulesClusterConnectionImpl. async()RedisModulesAdvancedClusterAsyncCommands<K,V>RedisModulesAdvancedClusterAsyncCommandsImpl. getConnection(java.lang.String nodeId)RedisModulesAdvancedClusterAsyncCommands<K,V>RedisModulesAdvancedClusterAsyncCommandsImpl. getConnection(java.lang.String host, int port) -
Uses of RedisModulesAdvancedClusterAsyncCommands in com.redis.lettucemod.cluster.api
Methods in com.redis.lettucemod.cluster.api that return RedisModulesAdvancedClusterAsyncCommands Modifier and Type Method Description RedisModulesAdvancedClusterAsyncCommands<K,V>StatefulRedisModulesClusterConnection. async()
-