Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Packages that use ReactiveSetCommands.SRemCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
- 
Uses of ReactiveSetCommands.SRemCommand in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return ReactiveSetCommands.SRemCommandModifier and TypeMethodDescriptionReactiveSetCommands.SRemCommand.from(ByteBuffer key) Applies the key.ReactiveSetCommands.SRemCommand.value(ByteBuffer value) Creates a newReactiveSetCommands.SRemCommandgiven a value.ReactiveSetCommands.SRemCommand.values(Collection<ByteBuffer> values) Creates a newReactiveSetCommands.SRemCommandgiven aCollectionof values.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveSetCommands.SRemCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,Long>> ReactiveSetCommands.sRem(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands) Remove givengetValues()from set atReactiveRedisConnection.KeyCommand.getKey().Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveSetCommands.SRemCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,Long>> ReactiveSetCommands.sRem(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands) Remove givengetValues()from set atReactiveRedisConnection.KeyCommand.getKey().