-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add RDB dump #81
base: master
Are you sure you want to change the base?
Add RDB dump #81
Conversation
Signed-off-by: Morgan279 <[email protected]>
Signed-off-by: Morgan279 <[email protected]>
src/rdb.rs
Outdated
.create(true) | ||
.truncate(true) | ||
.write(true) | ||
.open("dump.rdb") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to make file name configurable.
We should make it possible to disable this command from configuration file. Like rename-command SAVE b840fc02d524045429941cc15f59e41cb7be6c52 But that can be done in a separate PR. Just bear it in mind. |
Signed-off-by: yongman <[email protected]>
Signed-off-by: Morgan279 <[email protected]>
Signed-off-by: Morgan279 <[email protected]>
Get it. |
Compatibility tests (redis RDB recovery) under base case in all data types and chaotic data distribution (generated by build-redis-data) have been passed. |
Signed-off-by: Morgan279 <[email protected]>
Signed-off-by: Morgan279 [email protected]