-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add redis eviction-policy check/warning (#80)
We want to warn users if queues are at potential risk of deletion in low-memory situations. Add a startup check that will log a warning if the eviction policy can't be determined or if an unsafe eviction policy is found. Note: The `warn` is likely to fire all the time on cloud providers, which tend to disable the `CONFIG` command entirely.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters