public class RedissonReactiveSetCommands extends Object implements org.springframework.data.redis.connection.ReactiveSetCommands
org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand,Long>> |
sAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> |
sCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
sDiff(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand,Long>> |
sDiffStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
sInter(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand,Long>> |
sInterStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand>> |
sIsMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
sMembers(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand>> |
sMove(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand>> |
sPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) |
reactor.core.publisher.Flux<ByteBuffer> |
sPop(org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand command) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
sRandMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand,Long>> |
sRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
sScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
sUnion(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand,Long>> |
sUnionStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand> commands) |
static byte[] |
toByteArray(ByteBuffer buffer) |
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand,Long>> sAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand> commands)
sAdd in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand,Long>> sRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand> commands)
sRem in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<ByteBuffer> sPop(org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand command)
sPop in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand>> sPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
sPop in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand>> sMove(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand> commands)
sMove in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> sCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
sCard in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand>> sIsMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand> commands)
sIsMember in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand,reactor.core.publisher.Flux<ByteBuffer>>> sInter(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand> commands)
sInter in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand,Long>> sInterStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand> commands)
sInterStore in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand,reactor.core.publisher.Flux<ByteBuffer>>> sUnion(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand> commands)
sUnion in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand,Long>> sUnionStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand> commands)
sUnionStore in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand,reactor.core.publisher.Flux<ByteBuffer>>> sDiff(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand> commands)
sDiff in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand,Long>> sDiffStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand> commands)
sDiffStore in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> sMembers(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
sMembers in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> sScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands)
sScan in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand,reactor.core.publisher.Flux<ByteBuffer>>> sRandMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand> commands)
sRandMember in interface org.springframework.data.redis.connection.ReactiveSetCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2020 Redisson. All rights reserved.