-
Notifications
You must be signed in to change notification settings - Fork 350
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
parse functions interface #65
Comments
Hi @mfs-git YES, the current implementation of
I made it Does this Regards |
Thanks for your quick reply :) I think we should use const reply for all pars methods (this will be backward compatible) and add an overloaded |
Hi @mfs-git
Can you show me some code example, why this
Yes, it works now. However, if we can steal the underlying string buffer in the future, and call the non-const version, I'm not sure if it will break legacy code, and I still need to take a deep look into it. Regards |
Hi, i think it's better for parse methods to accept
const redisReply&
instead ofredisReply&
The text was updated successfully, but these errors were encountered: