class ElasticAPM::Spies::RedisSpy

@api private

Public Instance Methods

install() click to toggle source
# File lib/elastic_apm/spies/redis.rb, line 38
def install
  ::Redis::Client.prepend(Ext)
end