Package org.redisson.api.redisnode
Interface RedisMaster
-
- All Superinterfaces:
RedisMasterAsync
,RedisNode
,RedisNodeAsync
- All Known Implementing Classes:
RedisNode
public interface RedisMaster extends RedisNode, RedisMasterAsync
Redis Master 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
-
-