Commit f2a4af1d authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-redis-cluster-validator-autoloading' into 'master'

Use full reference for RedisClusterValidator

See merge request gitlab-org/gitlab!35320
parents e02e3cea bf14a9bf
......@@ -72,7 +72,7 @@ module Gitlab
end
def redis_cluster_validate!(command)
RedisClusterValidator.validate!(command) if @redis_cluster_validation
::Gitlab::Instrumentation::RedisClusterValidator.validate!(command) if @redis_cluster_validation
end
def enable_redis_cluster_validation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment