SYNOPSIS
kumohash server-address[:port=19800] ... -- command [options]
kumohash -m manager-address[:port=19700] command [options]
DESCRIPTION
kumohash is a Consistent Hashing simulator.COMMANDS
- hash key...
- calculate hash of keys
- assign keys...
- calculate assign node
- dump
- dump hash space
EXAMPLE
$ kumohash svr1 svr2 svr3 svr4 -- dump$ kumohash -m mgr1 assign "key1" "key2" "key3"