Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.api.redisnode |
Modifier and Type | Method and Description |
---|---|
<T extends BaseRedisNodes> |
Redisson.getRedisNodes(RedisNodes<T> nodes) |
Modifier and Type | Method and Description |
---|---|
<T extends BaseRedisNodes> |
RedissonClient.getRedisNodes(RedisNodes<T> nodes)
Returns API to manage Redis nodes
|
Modifier and Type | Field and Description |
---|---|
static RedisNodes<RedisCluster> |
RedisNodes.CLUSTER |
static RedisNodes<RedisMasterSlave> |
RedisNodes.MASTER_SLAVE |
static RedisNodes<RedisSentinelMasterSlave> |
RedisNodes.SENTINEL_MASTER_SLAVE |
static RedisNodes<RedisSingle> |
RedisNodes.SINGLE |
Copyright © 2014–2021 Redisson. All rights reserved.