Closed
Description
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()
.
Both Jedis and Lettuce support this command.
Can it be added to spring-data-redis
too?