public class RedissonReactiveStringCommands extends Object implements org.springframework.data.redis.connection.ReactiveStringCommands
org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitPosCommand, org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand, org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand, org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand, org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand, org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand,Long>> |
append(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand,Long>> |
bitCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand,Long>> |
bitField(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand,Long>> |
bitOp(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitPosCommand,Long>> |
bitPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitPosCommand> commands) |
protected List<byte[]> |
convert(org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand command) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand>> |
get(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand>> |
getBit(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand>> |
getRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> |
getSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<List<ByteBuffer>,ByteBuffer>> |
mGet(org.reactivestreams.Publisher<List<ByteBuffer>> keysets) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand>> |
mSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand>> |
mSetNX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand> source) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> |
pSetEX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> |
set(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand>> |
setBit(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> |
setEX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> |
setNX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> values) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand,Long>> |
setRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> |
strLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys) |
static byte[] |
toByteArray(ByteBuffer buffer) |
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> set(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands)
set in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand>> get(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys)
get in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> getSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands)
getSet in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<List<ByteBuffer>,ByteBuffer>> mGet(org.reactivestreams.Publisher<List<ByteBuffer>> keysets)
mGet in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> setNX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> values)
setNX in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> setEX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands)
setEX in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand>> pSetEX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand> commands)
pSetEX in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand>> mSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand> commands)
mSet in interface org.springframework.data.redis.connection.ReactiveStringCommandsprotected List<byte[]> convert(org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand command)
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand>> mSetNX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand> source)
mSetNX in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand,Long>> append(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand> commands)
append in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand>> getRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands)
getRange in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand,Long>> setRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand> commands)
setRange in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand>> getBit(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand> commands)
getBit in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand>> setBit(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand> commands)
setBit in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand,Long>> bitCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand> commands)
bitCount in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand,Long>> bitField(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand> commands)
bitField in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand,Long>> bitOp(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand> commands)
bitOp in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveStringCommands.BitPosCommand,Long>> bitPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveStringCommands.BitPosCommand> commands)
bitPos in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> strLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys)
strLen in interface org.springframework.data.redis.connection.ReactiveStringCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2020 Redisson. All rights reserved.