enjoy-binbin commented on code in PR #67:
URL: 
https://github.com/apache/incubator-kvrocks-website/pull/67#discussion_r1143479261


##########
docs/supported-commands.md:
##########
@@ -55,8 +55,8 @@
 | blpop      | √                |                                              
                               |
 | brpop      | √                |                                              
                               |
 | brpoplpush | X                |                                              
                               |
-| lindex     | √                | Caution: linsert is O(N) operation, don't 
use it when list was extreme long |
-| linsert    | √                |                                              
                               |
+| lindex     | √                | Caution: lindex is O(N) operation, don't use 
it when list was extreme long  |
+| linsert    | √                | Caution: linsert is O(N) operation, don't 
use it when list was extreme long |

Review Comment:
   thanks, updated it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to