Package | Description |
---|---|
com.lambdaworks.redis.models.role |
Modifier and Type | Class and Description |
---|---|
class |
RedisMasterInstance
Represents a master instance.
|
class |
RedisSentinelInstance
Redis sentinel instance.
|
class |
RedisSlaveInstance
Redis slave instance.
|
Modifier and Type | Method and Description |
---|---|
static RedisInstance |
RoleParser.parse(List<?> roleOutput)
Parse the output of the redis ROLE command and convert to a RedisInstance.
|
Copyright © 2015. All rights reserved.