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