Echo the given string.
60 61 62
# File 'lib/redis/distributed.rb', line 60 def echo(value) on_each_node :echo, value end