COMMAND LIST
          
        
        
        
        
        
        
        Syntax
        COMMAND LIST [FILTERBY <MODULE module-name | ACLCAT category | PATTERN pattern>]
- Available since:
- Redis Open Source 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:
- 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 information
        Array reply: a list of command names.