From 5885dc56bdb40b3e0ea9b3d20a8bb08c7f2c3157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Mon, 21 Oct 2024 16:04:47 +0200 Subject: [PATCH] Fix BGSAVE CANCEL since and history fields (#1200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes wrong "since" and "history" introduced in #757. --------- Signed-off-by: Viktor Söderqvist --- src/commands/bgsave.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/bgsave.json b/src/commands/bgsave.json index cf1c920474..6b4688ba57 100644 --- a/src/commands/bgsave.json +++ b/src/commands/bgsave.json @@ -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" } ] }