module Datadog::Tracing::Contrib::Redis::Patcher::InstancePatch

def self.included(base)

def self.included(base)
  base.prepend(InstanceMethods)
end