class Redis::HashRing

def hash_for(key)

def hash_for(key)
  Zlib.crc32(key)
end