This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 363165e Add stream commands to supported command doc (#13)
363165e is described below
commit 363165e81c1e0021547f5a97586051b47cf9e563
Author: hulk <[email protected]>
AuthorDate: Fri Aug 19 09:33:08 2022 +0800
Add stream commands to supported command doc (#13)
---
docs/01-supported-commands.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/docs/01-supported-commands.md b/docs/01-supported-commands.md
index 702d7de..a2e1626 100644
--- a/docs/01-supported-commands.md
+++ b/docs/01-supported-commands.md
@@ -242,6 +242,25 @@ sidebar_position: 1
| georadius | √ | |
| georadiusbymember | √ | |
+## Stream Commands
+
+| Command | Supported OR Not | Desc |
+| ------------ | ---------------- | ---- |
+| xadd | √ | |
+| xdel | √ | |
+| xinfo | √ |STREAM only|
+| xlen | √ | |
+| xrange | √ | |
+| xread | √ | |
+| xrevrange | √ | |
+| xtrim | √ | |
+| xclaim | X | |
+| xautoclaim | X | |
+| xgroup | X | |
+| xpending | X | |
+| xreadgroup | X | |
+| xsetid | X | |
+
## Hyperloglog Commands
**Not Supported**