# File lib/redis.rb, line 86 def echo(value) synchronize do |client| client.call([:echo, value]) end end