From 0d73861c120b7e2d88a53238dd72d1a474209e47 Mon Sep 17 00:00:00 2001 From: hulk Date: Sun, 14 Jan 2024 19:20:55 +0800 Subject: [PATCH] Add new command: ssubscribe and sunsubscribe (#191) --- docs/supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index aaa6a890..e00ae71c 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -198,6 +198,8 @@ String and bitmap are different types in Kvrocks, so you _cannot_ do bit operati | PUNSUBSCRIBE | √ | v1.0.0 | | | SUBSCRIBE | √ | v1.0.0 | | | UNSUBSCRIBE | √ | v1.0.0 | | +| SSUBSCRIBE | √ | unstable | | +| SUNSUBSCRIBE | √ | unstable | | ## Transaction commands