Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.PopResult
Packages that use ReactiveListCommands.PopResult
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.PopResult in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveListCommands.PopResultModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<ReactiveListCommands.PopResult>ReactiveListCommands.blPop(List<ByteBuffer> keys, Duration timeout) Removes and returns first element from lists stored at keys.default reactor.core.publisher.Mono<ReactiveListCommands.PopResult>ReactiveListCommands.brPop(List<ByteBuffer> keys, Duration timeout) Removes and returns last element from lists stored at keys.Constructors in org.springframework.data.redis.connection with parameters of type ReactiveListCommands.PopResultModifierConstructorDescription