baobaomaomeng commented on PR #2839:
URL: https://github.com/apache/kvrocks/pull/2839#issuecomment-2745204138

   @git-hulk @PragmaTwice @ShooterIT 
   
   Now, deleterange is a command with a clear semantic for range deletion. This 
command can be used in two ways:
   
   1.deleterange begin_key end_key, which deletes key-value pairs in the range 
[begin_key, end_key).
   2.deleterange prefix, which deletes key-value pairs with the specified 
prefix (the prefix must end with * to indicate it is a prefix).


-- 
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