public class LettuceReactiveClusterSetCommands extends LettuceReactiveSetCommands implements ReactiveClusterSetCommands
ReactiveSetCommands.SAddCommand, ReactiveSetCommands.SDiffCommand, ReactiveSetCommands.SDiffStoreCommand, ReactiveSetCommands.SInterCommand, ReactiveSetCommands.SInterStoreCommand, ReactiveSetCommands.SIsMemberCommand, ReactiveSetCommands.SMoveCommand, ReactiveSetCommands.SRandMembersCommand, ReactiveSetCommands.SRemCommand, ReactiveSetCommands.SUnionCommand, ReactiveSetCommands.SUnionStoreCommand
Constructor and Description |
---|
LettuceReactiveClusterSetCommands(LettuceReactiveRedisConnection connection)
Create new
LettuceReactiveSetCommands . |
getConnection, sAdd, sCard, sIsMember, sMembers, sPop, sRandMember, sRem
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
sAdd, sAdd, sAdd, sCard, sCard, sDiff, sDiffStore, sInter, sInterStore, sIsMember, sIsMember, sMembers, sMembers, sMove, sPop, sPop, sRandMember, sRandMember, sRandMember, sRem, sRem, sRem, sUnion, sUnionStore
public LettuceReactiveClusterSetCommands(LettuceReactiveRedisConnection connection)
LettuceReactiveSetCommands
.connection
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SUnionCommand,ByteBuffer>> sUnion(org.reactivestreams.Publisher<ReactiveSetCommands.SUnionCommand> commands)
ReactiveSetCommands
ReactiveSetCommands.SInterCommand.getKeys()
.sUnion
in interface ReactiveSetCommands
sUnion
in class LettuceReactiveSetCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SUnionStoreCommand,Long>> sUnionStore(org.reactivestreams.Publisher<ReactiveSetCommands.SUnionStoreCommand> commands)
ReactiveSetCommands
sUnionStore
in interface ReactiveSetCommands
sUnionStore
in class LettuceReactiveSetCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands)
ReactiveSetCommands
ReactiveSetCommands.SInterCommand.getKeys()
.sInter
in interface ReactiveSetCommands
sInter
in class LettuceReactiveSetCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SInterStoreCommand,Long>> sInterStore(org.reactivestreams.Publisher<ReactiveSetCommands.SInterStoreCommand> commands)
ReactiveSetCommands
sInterStore
in interface ReactiveSetCommands
sInterStore
in class LettuceReactiveSetCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SDiffCommand,ByteBuffer>> sDiff(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffCommand> commands)
ReactiveSetCommands
ReactiveSetCommands.SInterCommand.getKeys()
.sDiff
in interface ReactiveSetCommands
sDiff
in class LettuceReactiveSetCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SDiffStoreCommand,Long>> sDiffStore(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffStoreCommand> commands)
ReactiveSetCommands
sDiffStore
in interface ReactiveSetCommands
sDiffStore
in class LettuceReactiveSetCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveSetCommands.SMoveCommand>> sMove(org.reactivestreams.Publisher<ReactiveSetCommands.SMoveCommand> commands)
ReactiveSetCommands
ReactiveSetCommands.SMoveCommand.getValue()
from ReactiveRedisConnection.KeyCommand.getKey()
to ReactiveSetCommands.SMoveCommand.getDestination()
.sMove
in interface ReactiveSetCommands
sMove
in class LettuceReactiveSetCommands
commands
- must not be null.Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.