FUNCTION HELP · Valkey

FUNCTION HELP

Returns helpful text about the different subcommands.

Usage

FUNCTION HELP

The FUNCTION HELP command returns a helpful text describing the different subcommands.

Reply RESP2

Array reply: a list of sub-commands and their descriptions

Reply RESP3

Array reply: a list of sub-commands and their descriptions.

Complexity

O(1)

ACL Categories

@scripting @slow

History

See also

EVAL, EVALSHA, EVALSHA_RO, EVAL_RO, FCALL, FCALL_RO, FUNCTION, FUNCTION DELETE, FUNCTION DUMP, FUNCTION FLUSH, FUNCTION KILL, FUNCTION LIST, FUNCTION LOAD, FUNCTION RESTORE, FUNCTION STATS, SCRIPT, SCRIPT DEBUG, SCRIPT EXISTS, SCRIPT FLUSH, SCRIPT HELP, SCRIPT KILL, SCRIPT LOAD, SCRIPT SHOW.