# File lib/redis/distributed.rb, line 51
    def echo(value)
      on_each_node :echo, value
    end