Module: Cacheflow::Redis::Notifications
- Defined in:
- lib/cacheflow/redis.rb
Overview
redis 4
Instance Method Summary collapse
Instance Method Details
#logging(commands) ⇒ Object
26 27 28 29 30 31 32 33 |
# File 'lib/cacheflow/redis.rb', line 26 def logging(commands) payload = { commands: commands } ActiveSupport::Notifications.instrument("query.redis", payload) do super end end |