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

Port RESP3 support from Redis. #697

Merged
merged 2 commits into from
Aug 27, 2019
Merged

Port RESP3 support from Redis. #697

merged 2 commits into from
Aug 27, 2019

Conversation

yossigo
Copy link
Member

@yossigo yossigo commented Aug 5, 2019

This is a port of the RESP3 support added to the hiredis version bundled as part of Redis.

yossigo added 2 commits August 4, 2019 11:55
This corresponds to commits d5c54f0b..bea09a7f in the redis repository.
@michael-grunder
Copy link
Collaborator

I'm willing to create tests but I think we should probably merge this.

@yossigo
Copy link
Member Author

yossigo commented Aug 10, 2019

My goal here is to merge RESP3 changes made by @antirez back to mainline hiredis, so the latest (with SSL support) can be used in deps. I guess it's really only work in progress towards full RESP3, but there's probably no harm in merging it incrementally.

@mnunberg mnunberg merged commit ff4fa45 into redis:master Aug 27, 2019
@mbitsnbites
Copy link
Contributor

mbitsnbites commented Aug 27, 2019

This merge broke MSVC builds.

These kind of problems could be prevented if PR branches are rebased on top of the latest master before merging. That way the tested code represents the post-merge state, and the latest builds & tests from master will be run on the PR.

See: https://www.bitsnbites.eu/a-stable-mainline-branching-model-for-git/, The importance of staying on the latest master

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.

4 participants