class Redis::DistRedis

def node_keys(glob)

def node_keys(glob)
  @ring.nodes.map do |red|
    red.keys(glob)
  end
end