1
0
Fork 0
iredis/iredis/data/commands/command-list.md
Daniel Baumann 3df609c05e
Merging upstream version 1.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 17:11:21 +01:00

498 B

Return an array of the server's command names.

You can use the optional FILTERBY modifier to apply one of the following filters:

  • MODULE module-name: get the commands that belong to the module specified by module-name.
  • ACLCAT category: get the commands in the ACL category specified by category.
  • PATTERN pattern: get the commands that match the given glob-like pattern.

@return

@array-reply: a list of command names.