This is an automated email from the ASF dual-hosted git repository. alfejik pushed a commit to branch Alfejik-update-supported-commands-doc in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
commit 9a6d353407075d0277c05ca3df45ba0566f4878d Author: Alfejik <[email protected]> AuthorDate: Wed Aug 17 15:41:18 2022 +0800 Update 01-supported-commands.md --- docs/01-supported-commands.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/01-supported-commands.md b/docs/01-supported-commands.md index 158e896..702d7de 100644 --- a/docs/01-supported-commands.md +++ b/docs/01-supported-commands.md @@ -154,7 +154,7 @@ sidebar_position: 1 | bitcount | √ | | | bitpos | √ | | | bitfield | X | | -| bitop | X | | +| bitop | √ | | **NOTE : String and Bitmap is different type in kvrocks, so you can't do bit with string, vice versa.** @@ -223,7 +223,8 @@ sidebar_position: 1 | flushdb | √ | | | flushall | √ | | | command | √ | | -| clinet | √ | | +| client | √ | | +| auth | √ | | | quit | √ | | | slowlog | √ | | | perflog | √ | |
