Fix BGSAVE CANCEL since and history fields (#1200)

Fixes wrong "since" and "history" introduced in #757.

---------

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
This commit is contained in:
Viktor Söderqvist 2024-10-21 16:04:47 +02:00 committed by GitHub
parent 29b83f1ac8
commit 5885dc56bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
"Added the `SCHEDULE` option."
],
[
"8.0.0",
"8.1.0",
"Added the `CANCEL` option."
]
],
@ -37,7 +37,7 @@
"name": "cancel",
"token": "CANCEL",
"type": "pure-token",
"since": "8.0.0"
"since": "8.1.0"
}
]
}