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