'redis zset zrevrangebyscore result with score low to high
The redis zset 'zrevrangebyscore' command will get the result with score from high to low. Now I want to get the result with score from low to high directly rather than use java code to resort the searched result one more time.
Is it possible?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
