Common Web CLI Errors
- ERR Wrong number of arguments for 'xxx' command
This error indicates that the executed Redis command has a parameter error (syntax error). Rewrite the command by referring to the open-source Redis command protocol.
- ERR unknown command 'xxx'
This error indicates that the command is unknown or is not a valid command defined by Redis. Rewrite the command by referring to the open-source Redis command protocol.
- ERR Unsupported command: 'xxx'
This error indicates that the command is disabled for DCS Redis instances. For details, see Web CLI Commands.