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.Flag |
Command.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.Flag[] |
Command.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
Command.Flag.bitclear(int bitsetin,
Command.Flag... flags) |
static int |
Command.Flag.bitset(Command.Flag... flags) |
static int |
Command.Flag.bitset(int bitsetin,
Command.Flag... flags) |
boolean |
Command.isSet(Command.Flag flag)
Tests if the specified flag is set for the command.
|
static boolean |
Command.Flag.isSet(int bitset,
Command.Flag flag) |
Copyright © 2009–2016. All rights reserved.