I need to preserve the ordering of elements added to a SET in Redis. In order to do that, I am using RSortedSet with a custom comparator.
The problem am facing here is, unlike RSetCache I am not able to expire the elements in this SET.
Is there a work-around to achieve this use case ?.