debian-mirror-gitlab/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

2021-11-18 22:05:49 +05:30
# frozen_string_literal: true
module Gitlab
module HealthChecks
module Redis
class SessionsCheck
2021-12-11 22:18:48 +05:30
extend RedisAbstractCheck
2021-11-18 22:05:49 +05:30
end
end
end
end