• 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).

    Parameters

    • value: RedisArgument

      The value to compute the digest for (string or Buffer)

    Returns Promise<string>

    A 16-character lowercase hexadecimal digest

    Throws

    If the @node-rs/xxhash package is not found

Generated using TypeDoc