module Sidekiq::ServerMiddleware
Server-side middleware must import this Module in order to get access to server resources during ‘call`.
Attributes
Public Instance Methods
Source
# File lib/sidekiq/middleware/modules.rb, line 16 def redis(&block) config.redis(&block) end
Source
# File lib/sidekiq/middleware/modules.rb, line 8 def redis_pool config.redis_pool end