dice
dice copied to clipboard
Added support for ZPOPMIN (#1128)
This PR closes (#1128 ) issue.
Changes made:
- [x] Added support for
ZPOPMINcommand. - [x] Added Unit tests, Integration tests for ASYNC/RESP/HTTP/WEBSOCKET.
- [x] Added Benchmark function for this command.
- [x] Added Documentation for this command.
I am completely new to benchmarking itself so I tried somethings by taking some reference in existing benchmark functions but it needs to be reviewed. Here is the screenshot for reference.
I also request the reviewers to check the GetMin() function that I have written in sortedSet.go file.
@JyotinderSingh @lucifercr07 @apoorvyadav1111 @AshwinKul28 @soumya-codes
Requesting you to review this PR.