Commit ea81ac85 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'bookkeeping-unlink' into 'master'

Swap process book-keeping to UNLINK

See merge request gitlab-org/gitlab!39699
parents d877d995 7f711f87
......@@ -40,7 +40,7 @@ module Elastic
def clear_tracking!
with_redis do |redis|
Gitlab::Instrumentation::RedisClusterValidator.allow_cross_slot_commands do
redis.del(self::REDIS_SET_KEY, self::REDIS_SCORE_KEY)
redis.unlink(self::REDIS_SET_KEY, self::REDIS_SCORE_KEY)
end
end
end
......
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