This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for rdb_save & rdb_load (#26)
- Loading branch information
1 parent
90c922b
commit 3240281
Showing
9 changed files
with
601 additions
and
101 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
Oops, something went wrong.
3240281
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.
Can you update the docs to state that the member key name is not binary safe and that they have to avoid using
{
or}
when using ASCII names otherwise your json decoder segfaults during loading3240281
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.
@stopforumspam Is that something you reproduced and saw happening?
3240281
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.
Yup, there is an RDB file attached to comments in this thread, and a method to reproduce (in my comments from last week). The RDB will segfault when you load
#20 (comment)
dump.zip https://github.com/danitseitlin/redis-interval-sets/files/8101646/dump.zip
3240281
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.
@stopforumspam Cool, thanks for letting me know.
Can we open a new issue on GitHub with the relevance to the specific problem? that way I will be all synced and will try to find a solution :)
3240281
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.