Keydb Cfg Official
| Subcommand | Description | |------------|-------------| | GET | Retrieve current value of a configuration parameter. | | SET | Change a configuration parameter at runtime (where supported). | | REWRITE | Persist current runtime configuration to keydb.conf . |
# Get maxmemory setting KEYDB CFG GET maxmemory KEYDB CFG SET maxmemory 4gb Persist current config to disk KEYDB CFG REWRITE keydb cfg
Here’s a concise draft for a documentation or configuration guide entry for (assuming it’s a command or config reference for KeyDB, the high-performance Redis fork): keydb cfg Description Manage KeyDB configuration dynamically at runtime. This command allows viewing or modifying server settings without restarting the KeyDB process. keydb cfg
KEYDB CFG <subcommand> <parameter> [value] keydb cfg