public class LettuceReactiveHashCommands extends Object implements ReactiveHashCommands
ReactiveHashCommands.HDelCommand, ReactiveHashCommands.HExistsCommand, ReactiveHashCommands.HGetCommand, ReactiveHashCommands.HSetCommand
Constructor and Description |
---|
LettuceReactiveHashCommands(LettuceReactiveRedisConnection connection)
Create new
LettuceReactiveHashCommands . |
public LettuceReactiveHashCommands(LettuceReactiveRedisConnection connection)
LettuceReactiveHashCommands
.connection
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HSetCommand>> hSet(org.reactivestreams.Publisher<ReactiveHashCommands.HSetCommand> commands)
ReactiveHashCommands
hSet
in interface ReactiveHashCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,ByteBuffer>> hMGet(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands)
ReactiveHashCommands
hMGet
in interface ReactiveHashCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HExistsCommand>> hExists(org.reactivestreams.Publisher<ReactiveHashCommands.HExistsCommand> commands)
ReactiveHashCommands
hExists
in interface ReactiveHashCommands
public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HDelCommand,Long>> hDel(org.reactivestreams.Publisher<ReactiveHashCommands.HDelCommand> commands)
ReactiveHashCommands
hDel
in interface ReactiveHashCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveRedisConnection.KeyCommand,Long>> hLen(org.reactivestreams.Publisher<ReactiveRedisConnection.KeyCommand> commands)
ReactiveHashCommands
hLen
in interface ReactiveHashCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveRedisConnection.KeyCommand,ByteBuffer>> hKeys(org.reactivestreams.Publisher<ReactiveRedisConnection.KeyCommand> commands)
ReactiveHashCommands
hKeys
in interface ReactiveHashCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveRedisConnection.KeyCommand,ByteBuffer>> hVals(org.reactivestreams.Publisher<ReactiveRedisConnection.KeyCommand> commands)
ReactiveHashCommands
hVals
in interface ReactiveHashCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.KeyCommand,Map<ByteBuffer,ByteBuffer>>> hGetAll(org.reactivestreams.Publisher<ReactiveRedisConnection.KeyCommand> commands)
ReactiveHashCommands
hGetAll
in interface ReactiveHashCommands
commands
- must not be null.Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.