Module: Datadog::Tracing::Contrib::Redis::Patcher::NotSupportedNoticePatch
- Defined in:
- lib/datadog/tracing/contrib/redis/patcher.rb
Overview
Patch for redis instance (with redis >= 5)
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
44 45 46 |
# File 'lib/datadog/tracing/contrib/redis/patcher.rb', line 44 def self.included(base) base.prepend(InstanceMethods) end |