lib/new_relic/agent/instrumentation/redis.rb in newrelic_rpm-8.2.0 vs lib/new_relic/agent/instrumentation/redis.rb in newrelic_rpm-8.3.0
- old
+ new
@@ -11,10 +11,10 @@
DependencyDetection.defer do
# Why not :redis? newrelic-redis used that name, so avoid conflicting
named :redis_instrumentation
configure_with :redis
-
+
depends_on do
defined?(::Redis) && defined?(::Redis::VERSION)
end
conflicts_with_prepend do