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 lines reflect only subcommands currently supported by Dragonfly.
  • For instance, COMMAND DOCS is not implemented at the moment and returns an error when called.

See also

COMMAND | COMMAND INFO | COMMAND COUNT