This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0d73861 Add new command: ssubscribe and sunsubscribe (#191)
0d73861 is described below
commit 0d73861c120b7e2d88a53238dd72d1a474209e47
Author: hulk <[email protected]>
AuthorDate: Sun Jan 14 19:20:55 2024 +0800
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 aaa6a89..e00ae71 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