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 ReactiveGeoCommands.GeoAddCommand |
ReactiveGeoCommands.GeoAddCommand.location(RedisGeoCommands.GeoLocation<ByteBuffer> geoLocation)
Creates a new
ReactiveGeoCommands.GeoAddCommand given RedisGeoCommands.GeoLocation . |
static ReactiveGeoCommands.GeoAddCommand |
ReactiveGeoCommands.GeoAddCommand.locations(Collection<RedisGeoCommands.GeoLocation<ByteBuffer>> geoLocations)
Creates a new
ReactiveGeoCommands.GeoAddCommand given an index. |
ReactiveGeoCommands.GeoAddCommand |
ReactiveGeoCommands.GeoAddCommand.to(ByteBuffer key)
Applies the Geo set key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoAddCommand,Long>> |
ReactiveGeoCommands.geoAdd(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoAddCommand> commands)
Add
RedisGeoCommands.GeoLocation s to key. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoAddCommand,Long>> |
ReactiveGeoCommands.geoAdd(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoAddCommand> commands)
Add
RedisGeoCommands.GeoLocation s to key. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.