# File lib/redis/distributed.rb, line 164
    def keys(glob = "*")
      on_each_node(:keys, glob).flatten
    end