blob: 70efaf137f00f540e9294c70b03ec630ac89cd21 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# http://en.wikipedia.org/wiki/Consistent_hashing
--distribution=consistent
# Store one additional copy on each node.
--number-of-replicas=2
--namespace="my_foo"
--server=localhost:11211
--server=localhost:11212
--server=localhost:11213
--verify-key
|