Sha256: faa11f497357a5c5e03580f48905499e74a9149b50794ec485350e6ec8aed750
Contents?: true
Size: 499 Bytes
Versions: 25
Compression:
Stored size: 499 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true module NewRelic::Agent::Instrumentation module RedisClient module Middleware # This module is used to instrument Redis 5.x+ include NewRelic::Agent::Instrumentation::Redis def call_pipelined(*args, &block) call_pipelined_with_tracing(args[0]) { super } end end end end
Version data entries
25 entries across 25 versions & 1 rubygems