Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
Packages that use ReactiveListCommands.PopCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.PopCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveListCommands.PopCommandModifier and TypeMethodDescriptionReactiveListCommands.PopCommand.count(long count) Applies the key.ReactiveListCommands.PopCommand.from(ByteBuffer key) Applies the key.ReactiveListCommands.PopCommand.left()Creates a newReactiveListCommands.PopCommandfor right push (LPOP).ReactiveListCommands.PopCommand.right()Creates a newReactiveListCommands.PopCommandfor right push (RPOP).Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveListCommands.PopCommandModifier and TypeMethodDescriptionReactiveListCommands.pop(Publisher<ReactiveListCommands.PopCommand> commands) Removes and returns last element in list stored atReactiveRedisConnection.KeyCommand.getKey()ReactiveListCommands.popList(Publisher<ReactiveListCommands.PopCommand> commands) Removes and returns last element in list stored atReactiveRedisConnection.KeyCommand.getKey()Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveListCommands.PopCommandModifier and TypeMethodDescriptionReactiveListCommands.pop(Publisher<ReactiveListCommands.PopCommand> commands) Removes and returns last element in list stored atReactiveRedisConnection.KeyCommand.getKey()ReactiveListCommands.popList(Publisher<ReactiveListCommands.PopCommand> commands) Removes and returns last element in list stored atReactiveRedisConnection.KeyCommand.getKey()