public class RedissonReactiveHashCommands extends Object implements org.springframework.data.redis.connection.ReactiveHashCommands
org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand,Long>> |
hDel(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand>> |
hExists(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<Map.Entry<ByteBuffer,ByteBuffer>>>> |
hGetAll(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.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
hKeys(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> |
hLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand,ByteBuffer>> |
hMGet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<Map.Entry<ByteBuffer,ByteBuffer>>>> |
hScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand>> |
hSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand,Long>> |
hStrLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> |
hVals(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) |
static byte[] |
toByteArray(ByteBuffer buffer) |
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand>> hSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand> commands)
hSet in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand,ByteBuffer>> hMGet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand> commands)
hMGet in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand>> hExists(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand> commands)
hExists in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand,Long>> hDel(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand> commands)
hDel in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> hLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
hLen in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> hKeys(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
hKeys in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> hVals(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
hVals in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<Map.Entry<ByteBuffer,ByteBuffer>>>> hGetAll(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
hGetAll in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<Map.Entry<ByteBuffer,ByteBuffer>>>> hScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands)
hScan in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand,Long>> hStrLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand> commands)
hStrLen in interface org.springframework.data.redis.connection.ReactiveHashCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2021 Redisson. All rights reserved.