gitlab-org--gitlab-foss/lib/gitlab/health_checks/redis/shared_state_check.rb

11 lines
175 B
Ruby

# frozen_string_literal: true
module Gitlab
module HealthChecks
module Redis
class SharedStateCheck
extend RedisAbstractCheck
end
end
end
end