public class LettuceReactiveClusterStringCommands extends LettuceReactiveStringCommands implements ReactiveClusterStringCommands
ReactiveStringCommands.AppendCommand, ReactiveStringCommands.BitCountCommand, ReactiveStringCommands.BitOpCommand, ReactiveStringCommands.GetBitCommand, ReactiveStringCommands.MSetCommand, ReactiveStringCommands.SetBitCommand, ReactiveStringCommands.SetCommand, ReactiveStringCommands.SetRangeCommand| Constructor and Description |
|---|
LettuceReactiveClusterStringCommands(LettuceReactiveRedisConnection connection)
Create new
LettuceReactiveStringCommands. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.BitOpCommand,Long>> |
bitOp(org.reactivestreams.Publisher<ReactiveStringCommands.BitOpCommand> commands)
Perform bitwise operations between strings.
|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.MSetCommand>> |
mSetNX(org.reactivestreams.Publisher<ReactiveStringCommands.MSetCommand> commands)
Set multiple keys to multiple values using key-value pairs provided in tuples only if the provided key
does not exist.
|
append, bitCount, get, getBit, getConnection, getRange, getSet, mGet, mSet, pSetEX, set, setBit, setEX, setNX, setRange, strLenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappend, append, bitCount, bitCount, bitCount, bitOp, get, get, getBit, getBit, getRange, getRange, getSet, getSet, mGet, mGet, mSet, mSet, mSetNX, pSetEX, pSetEX, set, set, set, setBit, setBit, setEX, setEX, setNX, setNX, setRange, setRange, strLen, strLenpublic LettuceReactiveClusterStringCommands(LettuceReactiveRedisConnection connection)
LettuceReactiveStringCommands.connection - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.BitOpCommand,Long>> bitOp(org.reactivestreams.Publisher<ReactiveStringCommands.BitOpCommand> commands)
ReactiveStringCommandsbitOp in interface ReactiveStringCommandsbitOp in class LettuceReactiveStringCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.MSetCommand>> mSetNX(org.reactivestreams.Publisher<ReactiveStringCommands.MSetCommand> commands)
ReactiveStringCommandsmSetNX in interface ReactiveStringCommandsmSetNX in class LettuceReactiveStringCommandscommands - must not be null.Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.