implement LMPOP
See here: https://valkey.io/commands/lmpop/
for more details
Hi, Could anyone please provide discription of this issue?
Hi, Could anyone please provide discription of this issue?
Done.
Hi,
I have a few queries about the LMPOP implementation:
- In which file or module should I add the new
LMPOPcommand? - Is there any specific design pattern or guideline I should follow when implementing this command?
- Should I also add test cases in the current testing framework?
Thanks for your guidance!
Hi @SalmanDeveloperz , you can checkout LPOP implemantion in list_family.cc, add the LMPOP command to this file and add unit tests in list_family_test.cc
Thanks for the guidance! I’d like to take on the implementation of the LMPOP command as discussed. Could you please assign this issue to me?
Best Regards,
Hello @SalmanDeveloperz we do not assign issues to external contributors. Feel free to just send a PR and link it to this issue.
Hi, I've implemented the LMPOP command functionality in list_family.cc and added unit tests in list_family_test.cc. You can review the changes in my pull request: [Add LMPOP command implementation and unit tests]
Please let me know if you need any further modifications or if there's anything else I can assist with! Thanks