spring-data-redis
spring-data-redis copied to clipboard
Please implement API For ZRANGESTORE
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?