Skip to content

Commit

Permalink
Fix BGSAVE CANCEL since and history fields (#1200)
Browse files Browse the repository at this point in the history
Fixes wrong "since" and "history" introduced in #757.

---------

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
zuiderkwast authored Oct 21, 2024
1 parent 29b83f1 commit 5885dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/bgsave.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Added the `SCHEDULE` option."
],
[
"8.0.0",
"8.1.0",
"Added the `CANCEL` option."
]
],
Expand All @@ -37,7 +37,7 @@
"name": "cancel",
"token": "CANCEL",
"type": "pure-token",
"since": "8.0.0"
"since": "8.1.0"
}
]
}
Expand Down

0 comments on commit 5885dc5

Please sign in to comment.