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