Package org.redisson.api.redisnode
Interface RedisSlave
-
- All Superinterfaces:
RedisNode
,RedisNodeAsync
,RedisSlaveAsync
- All Known Implementing Classes:
RedisNode
public interface RedisSlave extends RedisNode, RedisSlaveAsync
Redis Slave node API interface- Author:
- Nikita Koksharov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.redisson.api.redisnode.RedisNode
RedisNode.InfoSection
-
-
Method Summary
-
Methods inherited from interface org.redisson.api.redisnode.RedisNode
getAddr, getConfig, getMemoryStatistics, info, ping, ping, setConfig, time
-
Methods inherited from interface org.redisson.api.redisnode.RedisNodeAsync
getConfigAsync, getMemoryStatisticsAsync, infoAsync, pingAsync, pingAsync, setConfigAsync, timeAsync
-
-