From 716d39109b17dc801114a3890bf8a36fb0d4402a Mon Sep 17 00:00:00 2001 From: Twice Date: Sun, 21 Jul 2024 23:08:40 +0900 Subject: [PATCH 1/2] Add XPENDING to supported-commands.md --- docs/supported-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 9a80dfe7..d47112c5 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -343,7 +343,7 @@ The db size is updated async after execute `DBSIZE SCAN` command. | XCLAIM | √ | unstable | | | XAUTOCLAIM | √ | unstable | | | XGROUP | √ | unstable | | -| XPENDING | X | - | | +| XPENDING | X | unstable | | | XREADGROUP | √ | unstable | | | XACK | √ | unstable | | | XSETID | √ | v2.3.0 | | From 730ee22097e217b74a8ed730355a90caef23962f Mon Sep 17 00:00:00 2001 From: Twice Date: Sun, 21 Jul 2024 23:10:15 +0900 Subject: [PATCH 2/2] Update supported-commands.md --- docs/supported-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index d47112c5..814744c5 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -343,7 +343,7 @@ The db size is updated async after execute `DBSIZE SCAN` command. | XCLAIM | √ | unstable | | | XAUTOCLAIM | √ | unstable | | | XGROUP | √ | unstable | | -| XPENDING | X | unstable | | +| XPENDING | √ | unstable | | | XREADGROUP | √ | unstable | | | XACK | √ | unstable | | | XSETID | √ | v2.3.0 | |