3ccb796fb9e23c3b078c99f36a34d9a31dc962c6
[awesomized/libmemcached] / example.cnf
1 # http://en.wikipedia.org/wiki/Consistent_hashing
2 --distribution=consistent
3
4 # Store one additional copy on each node.
5 --number-of-replicas=2
6 --prefix-key="my_foo"
7 --prefix-key="my_prefix"
8 --server=localhost:11211
9 --server=localhost:11212
10 --server=localhost:11213
11 --verify-key