Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Method and Description |
---|---|
RedisCommandInfo.CommandStatus |
RedisCommandInfo.getRunStatus()
Gets the Run Status to indicate whether the command ran successfully or if there was an error.
|
static RedisCommandInfo.CommandStatus |
RedisCommandInfo.CommandStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisCommandInfo.CommandStatus[] |
RedisCommandInfo.CommandStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.