chakkk309 opened a new pull request, #3320:
URL: https://github.com/apache/kvrocks/pull/3320

   Close #3009 
   
   ### Description
   This adds the `DIGEST` command that calculates a hash digest for string keys 
using XXH3, ref to  https://redis.io/docs/latest/commands/digest/. This PR aims 
to provide a clearer design rationale and a more focused scope.
   
   Files changed
     - Added the `DIGEST`command implementation in `cmd_string.cc`
     - Added hash function using XXH3
     - Added go tests
   
   Notes: The changes were tested and validated locally with successful builds 
and test runs.
   
   


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