spring-data-redis
spring-data-redis copied to clipboard
support "LPOP key count" in ReactiveListOperations
ReactiveListOperations only supports LPOP without count
Mono<V> leftPop(K key); Mono<V> leftPop(K key, Duration timeout);