summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/command-list.md
blob: 5c0a4a772cea121cfd8b7255bd0bd586d3b1ebc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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](/docs/manual/security/acl/#command-categories) specified by _category_.
 - **PATTERN pattern**: get the commands that match the given glob-like _pattern_.

@return

@array-reply: a list of command names.