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