| 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 | Field and Description |
|---|---|
Command.ResponseType |
Command.responseType |
| Modifier and Type | Method and Description |
|---|---|
static Command.ResponseType |
Command.ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.ResponseType[] |
Command.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2021. All rights reserved.