Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Redis TTL #1696

Merged
merged 2 commits into from
Mar 28, 2023
Merged

Remove Redis TTL #1696

merged 2 commits into from
Mar 28, 2023

Commits on Mar 27, 2023

  1. Remove Redis TTL

    Prior to sccache 0.4.x there was no per key TTL applied to Redis. Long
    term we probably want to make this configurable, but for now restoring
    the initial behavior of letting Redis control when the keys expire.
    eandersson committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    dc6d3d8 View commit details
    Browse the repository at this point in the history
  2. Removed unused duration

    eandersson committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a0c8799 View commit details
    Browse the repository at this point in the history