Module: BuilderApm::RedisClient
- Defined in:
- lib/builder_apm/redis_client.rb
Class Method Summary collapse
Class Method Details
.client ⇒ Object
5 6 7 8 9 |
# File 'lib/builder_apm/redis_client.rb', line 5 def self.client @client ||= begin Redis.new(url: BuilderApm.configuration.redis_url) end end |