A Guide to Operating on Sorted Sets in Redis with Lettuce
Sorted Sets in redis are one of my personal favorite tools when operating at scale. As of this writing, there are over 30 unique operations you can perform against sorted sets in redis. This article will focus on some of the more common ones you’re going to need to know, and it will use a reactive lettuce client to demonstrate them.