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

Add support to SET datatype #10

Closed
wants to merge 5 commits into from
Closed

Conversation

moticless
Copy link
Collaborator

  • Following this PR, the parser will be able to parse SET data type. This includes: plain set, intset and listpack.
  • Added corresponding tests for json, resp and redis formaters, based on rdb files: plain_set_v6.rdb, set_is_v11.rdb and set_lp_v11.rdb.
  • Data integrity doesn't check for duplication of elements that was read from RDB (if it is important to client, then it is the one to implement it).

@moticless moticless requested review from oranagra and removed request for oranagra August 8, 2023 10:11
@moticless moticless closed this Aug 8, 2023
@moticless moticless deleted the set-support branch August 8, 2023 10:19
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.

1 participant