Module: Cacheflow::Sidekiq::ClassMethods
- Defined in:
- lib/cacheflow.rb
Instance Method Summary collapse
Instance Method Details
#redis(*_) ⇒ Object
31 32 33 34 35 |
# File 'lib/cacheflow.rb', line 31 def redis(*_) Cacheflow.silence do super end end |