# File lib/redis.rb, line 818
  def object(*args)
    synchronize do
      @client.call [:object, *args]
    end
  end