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

Fix expiry calculation #32

Open
wants to merge 4 commits into
base: 8.x-1.x
Choose a base branch
from

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    f429677 View commit details
    Browse the repository at this point in the history
  2. Issue #3120363 by jonhattan: Unsupported operand in CacheTagsChecksum…

    …Trait
    jonhattan authored and Berdir committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    c07fe76 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Issue #3166814 by mvantuch: [D9] RedisLockTest failing

    kanei authored and Berdir committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    564f88e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Fix expiry cache calculation

    Expiry is a timestamps and ttl is an offset so they have to be standardized
    before doing comparisons.
    neclimdul committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d9db3b6 View commit details
    Browse the repository at this point in the history