Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Modifier and Type | Method and Description |
---|---|
static ReactiveHashCommands.HGetCommand |
ReactiveHashCommands.HGetCommand.field(ByteBuffer field)
Creates a new
ReactiveHashCommands.HGetCommand given a field name . |
static ReactiveHashCommands.HGetCommand |
ReactiveHashCommands.HGetCommand.fields(Collection<ByteBuffer> fields)
Creates a new
ReactiveHashCommands.HGetCommand given a Collection of field names. |
ReactiveHashCommands.HGetCommand |
ReactiveHashCommands.HGetCommand.from(ByteBuffer key)
Applies the hash key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,ByteBuffer>> |
ReactiveHashCommands.hMGet(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands)
Get values for given fields from hash at key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,ByteBuffer>> |
ReactiveHashCommands.hMGet(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands)
Get values for given fields from hash at key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,ByteBuffer>> |
LettuceReactiveHashCommands.hMGet(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,ByteBuffer>> |
LettuceReactiveHashCommands.hMGet(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.