Package | Description |
---|---|
org.jredis.protocol |
This package contains the constructs that reflect the Redis Protocol Specification
TODO: elaborate on the spec requirements.
|
Modifier and Type | Method and Description |
---|---|
ResponseStatus.Code |
ResponseStatus.code() |
static ResponseStatus.Code |
ResponseStatus.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseStatus.Code[] |
ResponseStatus.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResponseStatus(ResponseStatus.Code code) |
ResponseStatus(ResponseStatus.Code code,
String msg) |
Copyright © 2009–2018. All rights reserved.