# File lib/redis.rb, line 104
  def queue(*command)
    @queue[Thread.current.object_id] << command
  end