Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <[email protected]>
  • Loading branch information
sarthakaggarwal97 committed Dec 31, 2024
1 parent bed5ac2 commit 1ed9671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/commands/client-kill.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
[
"8.0.0",
"Replaced `master` `TYPE` with `primary`. `master` still supported for backward compatibility."
],
[
"8.1.0",
"Accepts multiple IDs as an option."
]
],
"command_flags": [
Expand Down Expand Up @@ -68,6 +72,7 @@
"name": "client-id",
"type": "integer",
"optional": true,
"multiple": true,
"since": "2.8.12"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/commands/client-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
[
"8.1.0",
"Added filters like USER, ADDR, LADDR, SKIPME, and MAXAGE"
"Added filters USER, ADDR, LADDR, SKIPME, and MAXAGE"
]
],
"command_flags": [
Expand Down

0 comments on commit 1ed9671

Please sign in to comment.