hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
Hashing
hunt
redis
util
Hashing
Undocumented in source.
interface
Hashing {
static
Hashing
MURMUR_HASH
();
static
Hashing
MD5
();
long
hash
(string key);
long
hash
(const(ubyte)[] key);
}
Members
Functions
hash
long
hash
(string key)
Undocumented in source.
hash
long
hash
(const(ubyte)[] key)
Undocumented in source.
Static functions
MD5
Hashing
MD5
()
Undocumented in source. Be warned that the author may not have intended to support it.
MURMUR_HASH
Hashing
MURMUR_HASH
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
redis
util
Hashing
interfaces
Hashing