Skip to main content

COMMAND HELP

Syntax

COMMAND HELP 

Time complexity: O(1)

ACL categories: @slow, @connection

Return usage information for the supported COMMAND subcommands in this Dragonfly server.

Return

Array reply: a list of human-readable help lines.

Examples

dragonfly> COMMAND HELP
1) (no subcommand)
2) Return details about all commands.
3) INFO command-name
4) Return details about specified command.
5) COUNT
6) Return the total number of commands in this server.

Tips

  • The help reflects only subcommands currently supported by Dragonfly.
  • COMMAND DOCS is not implemented and returns an error: "COMMAND DOCS Not Implemented".

See also

COMMAND | COMMAND INFO | COMMAND COUNT