Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Redis で SET に追加された要素の順序を保持する必要があります。そのために、RSortedSet をカスタム コンパレータと共に使用しています。
ここで直面している問題は、RSetCache とは異なり、この SET の要素を期限切れにできないことです。
このユースケースを達成するための回避策はありますか?.