public static enum CommandFlagsRegistry.CommandFlag extends java.lang.Enum<CommandFlagsRegistry.CommandFlag>
Flags description:
| Enum Constant and Description |
|---|
ADMIN |
ALLOW_BUSY |
ASKING |
BLOCKING |
DENYOOM |
FAST |
LOADING |
MODULE |
MOVABLEKEYS |
NO_ASYNC_LOADING |
NO_AUTH |
NO_MANDATORY_KEYS |
NO_MULTI |
NOSCRIPT |
PUBSUB |
READONLY |
SKIP_MONITOR |
SKIP_SLOWLOG |
SORT_FOR_SCRIPT |
STALE |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
static CommandFlagsRegistry.CommandFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandFlagsRegistry.CommandFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandFlagsRegistry.CommandFlag READONLY
public static final CommandFlagsRegistry.CommandFlag WRITE
public static final CommandFlagsRegistry.CommandFlag DENYOOM
public static final CommandFlagsRegistry.CommandFlag ADMIN
public static final CommandFlagsRegistry.CommandFlag PUBSUB
public static final CommandFlagsRegistry.CommandFlag NOSCRIPT
public static final CommandFlagsRegistry.CommandFlag SORT_FOR_SCRIPT
public static final CommandFlagsRegistry.CommandFlag LOADING
public static final CommandFlagsRegistry.CommandFlag STALE
public static final CommandFlagsRegistry.CommandFlag SKIP_MONITOR
public static final CommandFlagsRegistry.CommandFlag SKIP_SLOWLOG
public static final CommandFlagsRegistry.CommandFlag ASKING
public static final CommandFlagsRegistry.CommandFlag FAST
public static final CommandFlagsRegistry.CommandFlag MOVABLEKEYS
public static final CommandFlagsRegistry.CommandFlag MODULE
public static final CommandFlagsRegistry.CommandFlag BLOCKING
public static final CommandFlagsRegistry.CommandFlag NO_AUTH
public static final CommandFlagsRegistry.CommandFlag NO_ASYNC_LOADING
public static final CommandFlagsRegistry.CommandFlag NO_MULTI
public static final CommandFlagsRegistry.CommandFlag NO_MANDATORY_KEYS
public static final CommandFlagsRegistry.CommandFlag ALLOW_BUSY
public static CommandFlagsRegistry.CommandFlag[] values()
for (CommandFlagsRegistry.CommandFlag c : CommandFlagsRegistry.CommandFlag.values()) System.out.println(c);
public static CommandFlagsRegistry.CommandFlag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2025. All rights reserved.