Class: Gitlab::Redis::ActionCable
- Defined in:
- lib/gitlab/redis/action_cable.rb
Class Method Summary collapse
- .active? ⇒ Boolean
-
.config_fallback ⇒ Object
We don’t set a fallback as this is to be used during migration only.
Methods inherited from Wrapper
config_file_name, config_file_path, #db, #encrypted_secrets, #initialize, instrumentation_class, params, #params, pool, pool_size, rails_root, redis, redis_yml_path, #secret_file, #sentinels, #sentinels?, #ssl_params, #store, store_name, #url, version, with
Constructor Details
This class inherits a constructor from Gitlab::Redis::Wrapper
Class Method Details
.active? ⇒ Boolean
12 13 14 15 16 |
# File 'lib/gitlab/redis/action_cable.rb', line 12 def active? return super if config_file_name false end |
.config_fallback ⇒ Object
We don’t set a fallback as this is to be used during migration only
8 9 10 |
# File 'lib/gitlab/redis/action_cable.rb', line 8 def config_fallback nil end |