Skip to content

Commit

Permalink
Revert "update commands' json files"
Browse files Browse the repository at this point in the history
This reverts commit 5886313.
  • Loading branch information
roshkhatri committed Jul 2, 2024
1 parent 9e76b68 commit cac35a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/commands/publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"complexity": "O(N+M) where N is the number of clients subscribed to the receiving channel and M is the total number of subscribed patterns (by any client).",
"group": "pubsub",
"since": "2.0.0",
"arity": -3,
"arity": 3,
"function": "publishCommand",
"command_flags": [
"PUBSUB",
Expand All @@ -21,8 +21,7 @@
},
{
"name": "message",
"type": "string",
"multiple": true
"type": "string"
}
],
"reply_schema": {
Expand Down
5 changes: 2 additions & 3 deletions src/commands/spublish.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"complexity": "O(N) where N is the number of clients subscribed to the receiving shard channel.",
"group": "pubsub",
"since": "7.0.0",
"arity": -3,
"arity": 3,
"function": "spublishCommand",
"command_flags": [
"PUBSUB",
Expand All @@ -20,8 +20,7 @@
},
{
"name": "message",
"type": "string",
"multiple": true
"type": "string"
}
],
"key_specs": [
Expand Down

0 comments on commit cac35a2

Please sign in to comment.