summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/64251-branch-name-set-cache.yml
Commit message (Collapse)AuthorAgeFilesLines
* Cache branch and tag names as Redis setsNick Thomas2019-08-161-0/+5
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.