use this for sharding - when all servers have equal weights *
hash the key, get the last byte get the modulo of that last byte to the length of servers
See Implementation
use this for sharding - when all servers have equal weights *
hash the key, get the last byte get the modulo of that last byte to the length of servers