The GitHub Actions job "CI" on kvrocks.git/unstable has failed.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
270d5754f5c9cd065566b4e401e82713f705f38b / chakkk309 <[email protected]>
feat(digest): implement DIGEST command (#3320)

Close #3309 

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

Report URL: https://github.com/apache/kvrocks/actions/runs/20633178449

With regards,
GitHub Actions via GitBox

Reply via email to