public interface CommandFlagsRegistry
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommandFlagsRegistry.CommandFlag
Command flags based on command flags exposed by Redis.
|
static class |
CommandFlagsRegistry.RequestPolicy
Request policy for commands in a clustered deployment.
|
static class |
CommandFlagsRegistry.ResponsePolicy
Response policy for commands in a clustered deployment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> |
getFlags(CommandArguments commandArguments)
Get the flags for a given command.
|
CommandFlagsRegistry.RequestPolicy |
getRequestPolicy(CommandArguments commandArguments)
Get the request policy for a given command.
|
CommandFlagsRegistry.ResponsePolicy |
getResponsePolicy(CommandArguments commandArguments)
Get the response policy for a given command.
|
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> getFlags(CommandArguments commandArguments)
commandArguments - the command arguments containing the command and its parametersCommandFlagsRegistry.RequestPolicy getRequestPolicy(CommandArguments commandArguments)
commandArguments - the command arguments containing the command and its parametersCommandFlagsRegistry.ResponsePolicy getResponsePolicy(CommandArguments commandArguments)
commandArguments - the command arguments containing the command and its parametersCopyright © 2026. All rights reserved.