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