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

Switch redis to volatile-lru #5444

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Switch redis to volatile-lru #5444

merged 1 commit into from
Oct 29, 2019

Conversation

sbrunner
Copy link
Member

  • Was: allkeys-lru -> Evict any key using approximated LRU.
  • Now: volatile-lru -> Evict using approximated LRU among the keys with an expire set.

That supresses the risk of having tilecloud-chain and broadcast queues deleted.

See also: https://github.com/camptocamp/private-geo-charts/pull/26

* Was: allkeys-lru -> Evict any key using approximated LRU.
* Now: volatile-lru -> Evict using approximated LRU among the keys with an expire set.

That supresses the risk of having tilecloud-chain and broadcast queues deleted.
@sbrunner sbrunner added this to the 2.5 milestone Oct 28, 2019
@sbrunner sbrunner requested a review from pvalsecc October 28, 2019 14:57
@sbrunner sbrunner changed the base branch from master to 2.4 October 28, 2019 15:10
@sbrunner sbrunner merged commit 00e2fa5 into 2.4 Oct 29, 2019
@sbrunner sbrunner deleted the volatile-lru branch October 29, 2019 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants