class Redis::Distributed

def echo(value)

Echo the given string.
def echo(value)
  on_each_node :echo, value
end