module Kredis

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

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