spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

support "LPOP key count" in ReactiveListOperations

Open neo7343 opened this issue 2 years ago • 0 comments

ReactiveListOperations only supports LPOP without count Mono<V> leftPop(K key); Mono<V> leftPop(K key, Duration timeout);

neo7343 avatar Sep 14 '22 08:09 neo7343