You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Using negative TTLs to force the immediate expiration of keys, while
convenient in tests, doesn't work consistently with APC and is an
undocumented feature. Using a low TTL and sleep() is what guarantees
that it works for APC. See krakjoe/apcu#184
- The setting apc.use_request_time interferes with key expiration when
running on the CLI. Making sure it always has a sensible value for
running the tests. See krakjoe/apcu#392
0 commit comments