Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

COMMAND LIST

Syntax
COMMAND LIST [FILTERBY <MODULE module-name | ACLCAT category |
  PATTERN pattern>]
Available since:
Redis CE 7.0.0
Time complexity:
O(N) where N is the total number of Redis commands
ACL categories:
@slow, @connection,

Return an array of the server's command names.

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

RESP2/RESP3 Reply

Array reply: a list of command names.
RATE THIS PAGE
Back to top ↑