-
Notifications
You must be signed in to change notification settings - Fork 38
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 protobuf example #81
Comments
Protocol Buffers are not that great... can this be a separate library? What is the motivating use-case for this? It sort of doesn't make sense that a low-level RESP3 client has to know about an ever-increasing amount of non-Redis things. Perhaps we could instead have a customization point allowing users to integrate whatever third party libraries they want? For example Cap'n Proto: Or Boost.Serialization: There is a significant part of the C++ community that hates protocol buffers: |
What about having it only as an example? |
Examples are great, and preferred. |
Reference: https://protobuf.dev/
The text was updated successfully, but these errors were encountered: