class Redis::Cluster::Slot

def exists?(slot)

def exists?(slot)
  @map.key?(slot)
end