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/incubator-kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a09609  Update 01-supported-commands.md (#12)
9a09609 is described below

commit 9a09609c37db08f7475fd5d186a8ea21b4ea4204
Author: Alfejik <[email protected]>
AuthorDate: Thu Aug 18 09:55:11 2022 +0800

    Update 01-supported-commands.md (#12)
---
 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      | √                |      |

Reply via email to