-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
allow exists can variodic #388
Conversation
I think we should wait for the command to be supported in stable branch before supporting them in twemproxy. |
@manjuraj Yes, I agree with you.That's why I asked you about it :) |
@manjuraj Redis 3.0.3 is out. and It contains variadic exists. |
@manjuraj Please review this :) |
@manjuraj ping Redis already contains variodic :) |
@manjuraj ping |
ping @manjuraj |
clark.kang seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
#599 implements support for many newer redis commands, including this change to exists - I implemented it the same way without seeing this old pr |
today, redis changed exists command can be variodic
but this feature just is in unstable.
@manjuraj Does twemproxy prefer to follow unstable branch of redis ? or stable branch?