Closed danyalaytekin closed 6 years ago
For example, here's a list of the scores by which the results were ordered after to an example call to client.zrevrank (exampleKey):
client.zrevrank (exampleKey)
90 80 70 60 50 40 30 20 150 140 130 120 110 1000 100 10
Apologies, I see this has since been fixed ❤️ https://github.com/yeahoffline/redis-mock/commit/cfbb259b68f9a5301a5047013dec45ceb2978d0b#diff-ec760ffb75a57ee0ec9398b07f0bf6bf
For example, here's a list of the scores by which the results were ordered after to an example call to
client.zrevrank (exampleKey)
: