Class: Gitlab::Redis::Queues

Inherits:
Wrapper
  • Object
show all
Defined in:
lib/gitlab/redis/queues.rb

Constant Summary collapse

SIDEKIQ_NAMESPACE =
'resque:gitlab'
MAILROOM_NAMESPACE =
'mail_room:gitlab'

Constants inherited from Wrapper

Wrapper::InvalidPathError

Method Summary

Methods inherited from Wrapper

config_fallback, config_file_name, config_file_path, #db, #initialize, instrumentation_class, #params, pool, pool_size, rails_root, redis_yml_path, #sentinels, #sentinels?, #store, store_name, #url, version, with

Constructor Details

This class inherits a constructor from Gitlab::Redis::Wrapper