gitlab-org--gitlab-foss/changelogs/unreleased/64251-branch-name-set-cache.yml
Nick Thomas 0eff75fa2b
Cache branch and tag names as Redis sets
This allows us to check inclusion for the *_exists? methods without
downloading the full list of branch names, which is over 100KiB in size
for gitlab-ce at the moment.
2019-08-16 15:41:29 +01:00

5 lines
99 B
YAML

---
title: Cache branch and tag names as Redis sets
merge_request: 30476
author:
type: performance