Class: Gitlab::Redis::SidekiqStatus

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

Overview

Pseudo-store to transition ‘Gitlab::SidekiqStatus` from using `Sidekiq.redis` to using the `SharedState` redis store.

Constant Summary

Constants inherited from Wrapper

Wrapper::InvalidPathError

Class Method Summary collapse

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, #url, version, with

Constructor Details

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

Class Method Details

.store_nameObject



9
10
11
# File 'lib/gitlab/redis/sidekiq_status.rb', line 9

def store_name
  'SharedState'
end