| Package | Description |
|---|---|
| org.redisson.api.redisnode | |
| org.redisson.redisnode |
| Modifier and Type | Method and Description |
|---|---|
static RedisNode.InfoSection |
RedisNode.InfoSection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisNode.InfoSection[] |
RedisNode.InfoSection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
RedisNode.info(RedisNode.InfoSection section)
Returns information about Redis node.
|
RFuture<Map<String,String>> |
RedisNodeAsync.infoAsync(RedisNode.InfoSection section)
Returns information about Redis node.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
RedisNode.info(RedisNode.InfoSection section) |
Map<String,String> |
SentinelRedisNode.info(RedisNode.InfoSection section) |
RFuture<Map<String,String>> |
RedisNode.infoAsync(RedisNode.InfoSection section) |
RFuture<Map<String,String>> |
SentinelRedisNode.infoAsync(RedisNode.InfoSection section) |
Copyright © 2014–2021 Redisson. All rights reserved.