# File lib/redis/distributed.rb, line 672
    def on_each_node(command, *args)
      nodes.map do |node|
        node.send(command, *args)
      end
    end