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 =
NewRelic::UNKNOWN_LOWER
LOCALHOST =
'localhost'
MULTI_OPERATION =
'multi'
PIPELINE_OPERATION =
'pipeline'
HAS_REDIS_CLIENT =
defined?(::Redis) &&
NewRelic::Helper.version_satisfied?(::Redis::VERSION, '>=', '5.0.0') &&
!defined?(::RedisClient).nil?