redis-shake工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
830 B

{
"PSUBSCRIBE": {
"summary": "Listen for messages published to channels matching the given patterns",
"complexity": "O(N) where N is the number of patterns the client is already subscribed to.",
"group": "pubsub",
"since": "2.0.0",
"arity": -2,
"function": "psubscribeCommand",
"command_flags": [
"PUBSUB",
"NOSCRIPT",
"LOADING",
"STALE",
"SENTINEL"
],
"arguments": [
{
"name": "pattern",
"type": "block",
"multiple": true,
"arguments": [
{
"name": "pattern",
"type": "pattern"
}
]
}
]
}
}