-
Notifications
You must be signed in to change notification settings - Fork 1.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
CLIENT GETNAME and SETNAME command #1275
base: master
Are you sure you want to change the base?
Conversation
c2e0d11
to
f852560
Compare
failing test in CI is known issue and is being discussed on Discord. |
Please rebase with master and lets see if CI passes. We have added several fixes. |
All checks have passed, please review |
@kakdeykaushik Thanks for working on this change. Since we have now deprecated the async server we may need to think of an approach to implement this on the multi-threaded server. Would you be willing to modify this PR to accommodate that? |
I'll modify this to accomodate multi-threaded server |
Thank you @kakdeykaushik. If you get stuck while implementing this, feel free to reach out on discord. |
hi @JyotinderSingh , please have a look at this at this comment (circular dependency) and add your suggestion. Work on this PR depends on PR. |
Dice implementation of Redis's CLIENT GETNAME and CLIENT SETNAME commands.