Skip to content

Commit

Permalink
Update src/commands/cluster-slot-stats.json
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson authored Jun 27, 2024
1 parent a9535f7 commit 8e1105f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/commands/cluster-slot-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@
{
"type": "object",
"description": "Map of slot usage statistics.",
"additionalProperties": {
"type": "string"
"additionalProperties": false,
"properties": {
"key-count": {
"type": "integer"
}
}
}
]
Expand Down

0 comments on commit 8e1105f

Please sign in to comment.