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