Updated on 2024-08-30 GMT+08:00

Command Renaming

Parameter Explanation

Certain high-risk commands can be renamed for DCS Redis instances. Once a command is modified, it is only known to the modifier. The original command is blocked to be run by other users.

  • Command renaming takes affect immediately.
  • A command can be renamed multiple times. Each new name overwrites the previous name.
  • A command cannot be renamed to other original commands. For example, KEYS can be renamed to KEYS or ABC123, but cannot be renamed to SCAN.
  • Renaming a command starts only with a letter and contains 4–64 characters of letters, digits, hyphens (-), and underscores (_).

FAQ