public class RedissonReactiveListCommands extends Object implements org.springframework.data.redis.connection.ReactiveListCommands
org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand, org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand, org.springframework.data.redis.connection.ReactiveListCommands.Direction, org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand, org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand, org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand, org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand, org.springframework.data.redis.connection.ReactiveListCommands.PopCommand, org.springframework.data.redis.connection.ReactiveListCommands.PopResponse, org.springframework.data.redis.connection.ReactiveListCommands.PopResult, org.springframework.data.redis.connection.ReactiveListCommands.PushCommand, org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveListCommands.PopResponse> |
bPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand>> |
bRPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand>> |
lIndex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand,Long>> |
lInsert(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> |
lLen(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.ReactiveRedisConnection.RangeCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
lRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand,Long>> |
lRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand>> |
lSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand>> |
lTrim(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.ReactiveListCommands.PopCommand>> |
pop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PopCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand,Long>> |
push(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand>> |
rPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand> commands) |
static byte[] |
toByteArray(ByteBuffer buffer) |
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand,Long>> push(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand> commands)
push in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> lLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
lLen in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand,reactor.core.publisher.Flux<ByteBuffer>>> lRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands)
lRange in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand>> lTrim(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands)
lTrim in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand>> lIndex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand> commands)
lIndex in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand,Long>> lInsert(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand> commands)
lInsert in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand>> lSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand> commands)
lSet in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand,Long>> lRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand> commands)
lRem in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.PopCommand>> pop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PopCommand> commands)
pop in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveListCommands.PopResponse> bPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand> commands)
bPop in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand>> rPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand> commands)
rPopLPush in interface org.springframework.data.redis.connection.ReactiveListCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand>> bRPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand> commands)
bRPopLPush in interface org.springframework.data.redis.connection.ReactiveListCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2020 Redisson. All rights reserved.