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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
172 B
Ruby
Raw Normal View History

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