module BuilderApm class ApplicationController < ActionController::Base def redis_client @redis_client ||= BuilderApm::RedisClient.client end end end