71 72 73 74 75
# File 'app/models/extface/job.rb', line 71 def rpush(buffer) Extface.redis_block do |r| r.rpush self.id, buffer end end