Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand
Packages that use ReactiveListCommands.LPosCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.LPosCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveListCommands.LPosCommandModifier and TypeMethodDescriptionApplies the count parameter specifying the number of matches to return.ReactiveListCommands.LPosCommand.from(ByteBuffer key) Applies the key.ReactiveListCommands.LPosCommand.lPosOf(ByteBuffer element) Creates a newReactiveListCommands.LPosCommandfor given element.Applies the rank parameter specifying the "rank" of the first element to return.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveListCommands.LPosCommandModifier and TypeMethodDescriptionReactiveListCommands.lPos(Publisher<ReactiveListCommands.LPosCommand> commands) Get indices of the element from list atReactiveRedisConnection.KeyCommand.getKey().Methods in org.springframework.data.redis.connection with parameters of type ReactiveListCommands.LPosCommandModifier and TypeMethodDescriptionReactiveListCommands.lPos(ReactiveListCommands.LPosCommand command) Get indices of the element from list atReactiveRedisConnection.KeyCommand.getKey().Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveListCommands.LPosCommandModifier and TypeMethodDescriptionReactiveListCommands.lPos(Publisher<ReactiveListCommands.LPosCommand> commands) Get indices of the element from list atReactiveRedisConnection.KeyCommand.getKey().