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