-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
RESP3 support (Redis 6+) #98
Comments
Thanks for reporting here, this is interesting! It looks like there won't be a hard switch any time soon, so Redis 6 will continue working as-is. But we should definitely look into providing native RESP3 support for Redis 6 in the future! 👍 There are currently no immediate plans to build this from my end (no demand at the moment and more important outstanding issues currently), but I would be really happy to accept PRs 👍 (If you need this for a commercial project and if you want to help sponsor this feature, please reach out and can work out the details) |
Yup that's why I filed it 👍 |
Supporting the RESP3 protocol requires non-trivial but reasonable amount of work. The major issue I'm seeing is that it might change the semantics and return values of some commands, so this would be considered a BC break. This would for instance change how |
Looks like Redis 6 is likely only supporting the RESP3 protocol: http://antirez.com/news/125
The text was updated successfully, but these errors were encountered: