-
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
#1019 Migrated LPUSH, RPUSH, LPOP, RPOP, LLEN #1181
#1019 Migrated LPUSH, RPUSH, LPOP, RPOP, LLEN #1181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aditya-Chowdhary can we follow sample doc template and update for these commands, accordingly it'd be helpful.
fdcac9e
to
7c657cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @Aditya-Chowdhary Thanks a lot for these changes. I have requested changes mostly in return responses, where while sending error we shouldn't send Result as clientio.NIL, instead it should be just nil.
dc949ff
to
6bec35e
Compare
@AshwinKul28 I have made the requested changes. Several of the ones you commented on did not return an error, so I have left those as clientio.NIL for now, please let me know if I should change those ones as well. https://github.com/DiceDB/dice/pull/1181/files#r1818149611 |
HI @Aditya-Chowdhary thanks again for the commendable efforts. The changes look great. Please rebase your branch with the master and I have added a checklist in the PR description, go through it and complete those tasks. (Most of them already you have taken care :D) For the documentation of LPUSH, RPUSH, RPOP commands we need a refresher based on this sample doc such as example descriptions, notes and best practices if required. |
Apologies for the delay in this, it's been a busy couple of days, I'll rebase the changes tomorrow(7/11). |
dbae676
to
d6d3935
Compare
@JyotinderSingh @AshwinKul28 I have completed the rebase and checked the checklist. |
There is an integration test failure, could you please take a look? |
bf5da19
to
fd583ee
Compare
@JyotinderSingh Have fixed all merge conflicts + test failures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change and we are good to merge
aa62bc3
to
2ea8380
Compare
Thanks for taking up this issue and closing it. |
fixes #1019
Edit: Now ready for review
Currently draft PR as updating integration tests is remaining. Remaining tasks are completed.
For migration commands, please consider this a template on how to tackle the issue. I have divided the tasks into smaller goals and made an individual commit.