module RorVsWild::Plugin::Redis::V4

def process(commands, &block)

def process(commands, &block)
  string = commands.map(&:first).join("\n")
  RorVsWild.agent.measure_section(string, kind: "redis") do
    super(commands, &block)
  end
end