34 35 36
# File 'app/models/simple_apm/sql.rb', line 34 def create(request_id, info) SimpleApm::Redis.rpush(key(request_id), info.to_json) end