Closed rawilk closed 3 weeks ago
Adds a new HashKeyGenerator, which serves as an alternative to the Md5KeyGenerator. By default, the generator uses the xxh128 hashing algorithm, but that can changed easily by modifying the hash_algorithm config value.
HashKeyGenerator
Md5KeyGenerator
xxh128
hash_algorithm
Adds a new
HashKeyGenerator
, which serves as an alternative to theMd5KeyGenerator
. By default, the generator uses thexxh128
hashing algorithm, but that can changed easily by modifying thehash_algorithm
config value.