Package org.redisson.api.redisnode
Interface RedisClusterSlaveAsync
-
- All Superinterfaces:
RedisClusterNodeAsync
,RedisNodeAsync
- All Known Subinterfaces:
RedisClusterSlave
- All Known Implementing Classes:
RedisNode
public interface RedisClusterSlaveAsync extends RedisClusterNodeAsync
- Author:
- Nikita Koksharov
-
-
Method Summary
-
Methods inherited from interface org.redisson.api.redisnode.RedisClusterNodeAsync
clusterAddSlotsAsync, clusterCountFailureReportsAsync, clusterCountKeysInSlotAsync, clusterDeleteSlotsAsync, clusterFlushSlotsAsync, clusterForgetAsync, clusterGetKeysInSlotAsync, clusterIdAsync, clusterInfoAsync, clusterMeetAsync, clusterReplicateAsync, clusterSetSlotAsync, clusterSetSlotAsync, clusterSlotsAsync
-
Methods inherited from interface org.redisson.api.redisnode.RedisNodeAsync
getConfigAsync, getMemoryStatisticsAsync, infoAsync, pingAsync, pingAsync, setConfigAsync, timeAsync
-
-