Skip to content

Conversation

@bwitt
Copy link
Contributor

@bwitt bwitt commented Nov 5, 2025

Pull Request (PR) description

Allow for setting appendonly and RDB snapshotting by making them params.

This Pull Request (PR) fixes the following issues

FIxes #321

@kenyon kenyon changed the title Parameterize appendonly and save_db_to_disk Parameterize appendonly and save_db_to_disk Nov 5, 2025
Copy link
Member

@kenyon kenyon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of this change? One can already set these values if desired.

@bwitt bwitt force-pushed the add-appendonly-save branch from 687084b to 7632df6 Compare November 5, 2025 06:37
@bwitt
Copy link
Contributor Author

bwitt commented Nov 5, 2025

I was trying to allow for disabling redis append only file and snapshotting like it was mentioned in the issue; is this not needed?

@kenyon
Copy link
Member

kenyon commented Nov 5, 2025

If the values are the same for every OS in params.pp, then the parameters don't need to be in params.pp.

Adding tests is good though.

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.

redis disable snapshots

2 participants