module NewRelic::Agent::Instrumentation::RedisClient::Middleware

Public Instance Methods

call_pipelined(*args, &block) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/redis/middleware.rb, line 11
def call_pipelined(*args, &block)
  call_pipelined_with_tracing(args[0]) { super }
end