Package org.redisson.api.redisnode
Interface RedisSingle
-
- All Superinterfaces:
BaseRedisNodes
- All Known Implementing Classes:
RedissonSingleNode
public interface RedisSingle extends BaseRedisNodes
Redis Single node API interface- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedisMaster
getInstance()
Returns Redis node-
Methods inherited from interface org.redisson.api.redisnode.BaseRedisNodes
pingAll, pingAll
-
-
-
-
Method Detail
-
getInstance
RedisMaster getInstance()
Returns Redis node- Returns:
- Redis node
-
-