MemcachedClusterClient.equalWeights

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

class MemcachedClusterClient
int
equalWeights
(
string key
)

Meta