Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
Modifier and Type | Method and Description |
---|---|
static ReactiveHashCommands.HExistsCommand |
ReactiveHashCommands.HExistsCommand.field(ByteBuffer field)
Creates a new
ReactiveHashCommands.HExistsCommand given a field name . |
ReactiveHashCommands.HExistsCommand |
ReactiveHashCommands.HExistsCommand.in(ByteBuffer key)
Applies the hash key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HExistsCommand>> |
ReactiveHashCommands.hExists(org.reactivestreams.Publisher<ReactiveHashCommands.HExistsCommand> commands)
Determine if given hash field exists.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HExistsCommand>> |
ReactiveHashCommands.hExists(org.reactivestreams.Publisher<ReactiveHashCommands.HExistsCommand> commands)
Determine if given hash field exists.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.