PSUBSCRIBE
Syntax
        PSUBSCRIBE pattern [pattern ...]
- Available since:
- 2.0.0
- Time complexity:
- O(N) where N is the number of patterns the client is already subscribed to.
- ACL categories:
- 
              
                @pubsub,@slow,
Subscribes the client to the given patterns.
Supported glob-style patterns:
- h?llosubscribes to- hello,- halloand- hxllo
- h*llosubscribes to- hlloand- heeeello
- h[ae]llosubscribes to- helloand- hallo,but not- hillo
Use \ to escape special characters if you want to match them verbatim.
Feedback
If you've found issues on this page, or have suggestions for improvement, please submit a request to merge or open an issue in the repository.