module Kredis

def instrument(channel, **options, &block)

def instrument(channel, **options, &block)
  ActiveSupport::Notifications.instrument("#{channel}.kredis", **options, &block)
end

def redis(config: :shared)

def redis(config: :shared)
  configured_for(config)
end