1HASHKIT_VALUE(3) libmemcached HASHKIT_VALUE(3)
2
3
4
6 hashkit_value - libhashkit Documentation
7
8 Generate a value for the given key
9
11 #include <libhashkit/hashkit.h>
12
13 uint32_t hashkit_value(hashkit_st *hash, const char *key,
14 size_t key_length)
15
16 Compile and link with -lhashkit
17
19 The hashkit_value() function generates a 32-bit hash value from the
20 given key and key_length. The hash argument is an initialized hashkit
21 object, and distribution type and hash function is used from this
22 object while generating the value.
23
25 A 32-bit hash value.
26
28 To find out more information please check: http://libmemcached.org/
29
31 hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3)
32
34 Brian Aker
35
37 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
38
39
40
41
421.0.16 January 31, 2013 HASHKIT_VALUE(3)