Class: NewRelic::Agent::Instrumentation::Redis::Constants

Inherits:
Object
  • Object
show all
Defined in:
lib/new_relic/agent/instrumentation/redis/constants.rb

Constant Summary collapse

PRODUCT_NAME =
'Redis'
CONNECT =
'connect'
UNKNOWN =
'unknown'
LOCALHOST =
'localhost'
MULTI_OPERATION =
'multi'
PIPELINE_OPERATION =
'pipeline'
HAS_REDIS_CLIENT =
defined?(::Redis) &&
Gem::Version.new(::Redis::VERSION) >= Gem::Version.new('5.0.0') &&
!defined?(::RedisClient).nil?