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

[#2632286] Fix 500 error coming due to redis permission issue while writing the dump.rdp file for snapshots #169

Merged
merged 2 commits into from
Aug 29, 2023

Conversation

amrityamrout
Copy link
Contributor

save 3600 1 ==> always takes the latest snapshot in each hour( means older snapshots will be removed automatically)
maxmemory 900mb ==> aligned with the memory limit for Redis, so once max memory is reached Redis will auto-evict the keys

allkeys-lru: Keeps most recently used keys; removes least recently used (LRU) keys

@amrityamrout amrityamrout changed the title [#2632286] Fix 500 error coming due to redis permission issue for writing the dump.rdp file for snapshots [#2632286] Fix 500 error coming due to redis permission issue while writing the dump.rdp file for snapshots Aug 28, 2023
@amrityamrout amrityamrout force-pushed the 2625849-bug-fix-random-500-error-during-auditing branch from 3b78567 to 9808f1e Compare August 29, 2023 06:34
@amrityamrout amrityamrout merged commit d549ad3 into main Aug 29, 2023
@amrityamrout amrityamrout deleted the 2625849-bug-fix-random-500-error-during-auditing branch August 29, 2023 15:41
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