You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use the ZRANGESTORE command along with the BYSCORE option but seems like there is no corresponding method for it in RedisTemplate.opsForZSet().
Add reactive ZRANGESTORE support. Support rangeAndStore in RedisZSet.
Refine assertion messages. Refine overloads.
Original pull request: #2370.
See #2345
I wanted to use the ZRANGESTORE command along with the
BYSCORE
option but seems like there is no corresponding method for it inRedisTemplate.opsForZSet()
.Both Jedis and Lettuce support this command.
Can it be added to
spring-data-redis
too?The text was updated successfully, but these errors were encountered: