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.GeoPosCommand |
ReactiveGeoCommands.GeoPosCommand.member(ByteBuffer member)
Creates a new
ReactiveGeoCommands.GeoPosCommand given a member. |
static ReactiveGeoCommands.GeoPosCommand |
ReactiveGeoCommands.GeoPosCommand.members(Collection<ByteBuffer> members)
Creates a new
ReactiveGeoCommands.GeoPosCommand given a Collection of values. |
ReactiveGeoCommands.GeoPosCommand |
ReactiveGeoCommands.GeoPosCommand.of(ByteBuffer key)
Applies the Geo set key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoPosCommand,Point>> |
ReactiveGeoCommands.geoPos(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoPosCommand> commands)
Get the
Point representation of positions for one or more members. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoPosCommand,Point>> |
ReactiveGeoCommands.geoPos(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoPosCommand> commands)
Get the
Point representation of positions for one or more members. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoPosCommand,Point>> |
LettuceReactiveGeoCommands.geoPos(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoPosCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoPosCommand,Point>> |
LettuceReactiveGeoCommands.geoPos(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoPosCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.