Skip to content

<CMD NAME HERE>

Terminal window
# command syntax here
ParameterDescriptionTypeRequired
ConditionReturn Value
  • Bullet 1
  • Bullet 2
  • Bullet 3
  1. Wrong type of value or key:

    • Error Message: (error) WRONGTYPE Operation against a key holding the wrong kind of value
    • Occurs when attempting to use the command on a key that contains a non-string value.
Terminal window
127.0.0.1:7379> SET foo bar
OK
Terminal window
127.0.0.1:7379> <CMD syntax here>
(error) ERR syntax error
  • subcommand: Optional. Available subcommands include:
    • subcommand1 : some description of the subcommand.