module Sentry::Redis::OldClientPatch

def logging(commands, &block)

def logging(commands, &block)
  Sentry::Redis.new(commands, host, port, db).instrument { super }
end