• Sean McGivern's avatar
    Use UNLINK to remove old repository set caches · 4ed4ff59
    Sean McGivern authored
    When we write a repository set cache, we first remove the old key.
    Repository set cache values (tag and branch names) can be very large, so
    using UNLINK instead of DEL should be more efficient.
    4ed4ff59
repository_set_cache.rb 1.13 KB