Several followup items to potentially improve the performance of https://github.com/redis/redis/pull/11695. - [ ] : https://github.com/redis/redis/pull/11695#discussion_r1292811014). Is this something we believe needs to be done now? [Madelyn votes no] MSET already has improved performance and this enhancement can be taken up in isolation. - [x] : Performance optimization for the index tree to find fair item in O(Log(N)) instead of O(Log^2(N)) (Followup seems okay here?) https://github.com/redis/redis/pull/12704