Computes a deterministic 64-bit XXH3 digest of the input.
This produces the same digest that Redis computes internally via the DIGEST command, allowing you to use it with conditional SET and DELEX operations (IFDEQ, IFDNE).
DIGEST
IFDEQ
IFDNE
The value to compute the digest for (string or Buffer)
A 16-character lowercase hexadecimal digest
If the @node-rs/xxhash package is not found
@node-rs/xxhash
Generated using TypeDoc
Computes a deterministic 64-bit XXH3 digest of the input.
This produces the same digest that Redis computes internally via the
DIGESTcommand, allowing you to use it with conditional SET and DELEX operations (IFDEQ,IFDNE).