final class RedisConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
EOL_LENGTH |
(package private) static short |
EOL_SHORT |
(package private) static int |
LONG_MAX_LENGTH |
(package private) static int |
NULL_LENGTH |
(package private) static short |
NULL_SHORT |
(package private) static int |
NULL_VALUE |
(package private) static int |
POSITIVE_LONG_MAX_LENGTH |
(package private) static int |
REDIS_MESSAGE_MAX_LENGTH |
(package private) static int |
TYPE_LENGTH |
Modifier | Constructor and Description |
---|---|
private |
RedisConstants() |
static final int TYPE_LENGTH
static final int EOL_LENGTH
static final int NULL_LENGTH
static final int NULL_VALUE
static final int REDIS_MESSAGE_MAX_LENGTH
static final int POSITIVE_LONG_MAX_LENGTH
static final int LONG_MAX_LENGTH
static final short NULL_SHORT
static final short EOL_SHORT