# File lib/redis.rb, line 1080
  def method_missing(command, *args)
    synchronize do
      @client.call [command, *args]
    end
  end