Skip to content

Resolve "Provide an option to disable certain risky Redis commands"

Closes #4478 (closed)

Test plan

  • Fresh install
    • KEYS command is disabled automatically
    • Re-running reconfigure does not change the renamed command name
    • Setting value to empty string disables the commands completely
    • Users can override the default with their own commands
  • Upgrade
    • KEYS command is disabled automatically
    • Re-running reconfigure does not change the renamed command name
    • Setting value to empty string disables the commands completely
    • Users can override the default with their own commands
Edited by 🤖 GitLab Bot 🤖

Merge request reports