debian-mirror-gitlab/lib/gitlab/health_checks/redis/cache_check.rb

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

12 lines
169 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
# frozen_string_literal: true
2017-09-10 17:25:29 +05:30
module Gitlab
module HealthChecks
module Redis
class CacheCheck
2021-12-11 22:18:48 +05:30
extend RedisAbstractCheck
2017-09-10 17:25:29 +05:30
end
end
end
end