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.
 
 
 

25 lines
635 B

{
"SUBSCRIBE": {
"summary": "Listen for messages published to the given channels",
"complexity": "O(N) where N is the number of channels to subscribe to.",
"group": "pubsub",
"since": "2.0.0",
"arity": -2,
"function": "subscribeCommand",
"history": [],
"command_flags": [
"PUBSUB",
"NOSCRIPT",
"LOADING",
"STALE",
"SENTINEL"
],
"arguments": [
{
"name": "channel",
"type": "string",
"multiple": true
}
]
}
}