Narrow control-plane helpers for FerricStore management commands.
These functions use the stable FerricStore management command contract over
native COMMAND_EXEC. They intentionally expose named operations instead of
requiring callers to hand-build management command strings.
Summary
Functions
Returns the server management capability map.
Reads safe cluster control-plane metadata.
Deletes an ACL user.
Deletes namespace metadata for a prefix.
Ensures namespace metadata exists for a prefix.
Reads safe Flow history metadata without payload search.
Queries safe Flow observability metadata without payload search.
Reads namespace metadata for a prefix.
Reads the quota specification for a namespace or scope.
Reads one ACL user.
Lists namespaces.
Lists ACL users.
Reads safe namespace usage metadata.
Reads safe quota usage for a namespace or scope.
Persists ACL state when the server supports ACL persistence.
Sets a quota specification for a namespace or scope.
Creates or updates an ACL user with the given Redis-compatible ACL rules.
Types
@type client() :: GenServer.server()
Functions
Returns the server management capability map.
Reads safe cluster control-plane metadata.
Deletes an ACL user.
Deletes namespace metadata for a prefix.
Ensures namespace metadata exists for a prefix.
Reads safe Flow history metadata without payload search.
Queries safe Flow observability metadata without payload search.
Reads namespace metadata for a prefix.
Reads the quota specification for a namespace or scope.
Reads one ACL user.
Lists namespaces.
Lists ACL users.
Reads safe namespace usage metadata.
Reads safe quota usage for a namespace or scope.
Persists ACL state when the server supports ACL persistence.
Sets a quota specification for a namespace or scope.
Creates or updates an ACL user with the given Redis-compatible ACL rules.