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 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. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoAddCommand,Long>> |
LettuceReactiveGeoCommands.geoAdd(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoAddCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoAddCommand,Long>> |
LettuceReactiveGeoCommands.geoAdd(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoAddCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.