Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis: Require a maxmemory-policy of volatile-ttl
This is the assumed expectation based on our Redis configuration in production, but as with the last commit, its better to make this an explicit assertion. It ensures we don't accidentally misconfigure Redis in the future and then later run into lost sessions and missed staleness markers by surprise.
- Loading branch information