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