Updated on 2022-12-08 GMT+08:00

Common Web CLI Errors

  1. 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.

  2. 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.

  3. ERR Unsupported command: 'xxx'

    This error indicates that the command is disabled for DCS Redis instances. For details, see Web CLI Commands.

Redis Commands FAQs

more