DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.86k stars 1.09k forks source link

Fixed some usecases in ZPOPMIN command and updated documentation #1164

Closed surya0180 closed 1 month ago

surya0180 commented 1 month ago

Changes made:

  1. Made some changes in GETMIN function in sorted_set.go
  2. Updated tests with the new assert package
  3. Updated Documentation to follow new documentation template
surya0180 commented 1 month ago

@apoorvyadav1111 @JyotinderSingh .

I have made some fixes related to ZPOPMIN command. Can you please review this PR