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