Skip to content

Commit

Permalink
feat: add support for some cluster command
Browse files Browse the repository at this point in the history
Signed-off-by: daz-3ux <daz-3ux@proton.me>
  • Loading branch information
Daz-3ux committed Sep 6, 2023
1 parent df96fe7 commit 509f41e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions cts.json
Original file line number Diff line number Diff line change
Expand Up @@ -7514,5 +7514,40 @@
]
],
"since": "2.0.0"
},
{
"name": "cluster reset command",
"command": [
"cluster reset hard",
"cluster reset soft"
],
"result": [
"OK",
"OK"
],
"since": "3.0.0",
"tags": "cluster"
},
{
"name": "readonly command",
"command": [
"readonly"
],
"result": [
"OK"
],
"since": "3.0.0",
"tags": "cluster"
},
{
"name": "readwrite command",
"command": [
"readwrite"
],
"result": [
"OK"
],
"since": "3.0.0",
"tags": "cluster"
}
]

0 comments on commit 509f41e

Please sign in to comment.