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