module Profiler module Constants DEFAULT_HOST = "127.0.0.1".freeze DEFAULT_PORT = 6379 DEFAULT_DB = 15 end end