public interface CommandFlagsRegistry
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommandFlagsRegistry.CommandFlag
Command flags based on command flags exposed by Redis.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> |
getFlags(CommandArguments commandArguments)
Get the flags for a given command.
|
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> getFlags(CommandArguments commandArguments)
commandArguments - the command arguments containing the command and its parametersCopyright © 2025. All rights reserved.