| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends V,V> |
GeoValue.just(double longitude,
double latitude,
T value)
|
static <T extends V,V> |
GeoValue.just(GeoCoordinates coordinates,
T value)
|
<R> GeoValue<R> |
GeoValue.map(Function<? super V,? extends R> mapper)
Returns a
GeoValue consisting of the results of applying the given function to the value of this element. |
GeoValue<V> |
GeoValue.mapCoordinates(Function<? super GeoCoordinates,? extends GeoCoordinates> mapper)
Returns a
GeoValue consisting of the results of applying the given function to the GeoCoordinates of this
element. |
GeoValue<V> |
GeoWithin.toValue() |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<Long> |
AbstractRedisAsyncCommands.geoadd(K key,
GeoAddArgs args,
GeoValue<V>... values) |
Mono<Long> |
AbstractRedisReactiveCommands.geoadd(K key,
GeoAddArgs args,
GeoValue<V>... values) |
RedisFuture<Long> |
AbstractRedisAsyncCommands.geoadd(K key,
GeoValue<V>... values) |
Mono<Long> |
AbstractRedisReactiveCommands.geoadd(K key,
GeoValue<V>... values) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<Long> |
RedisGeoAsyncCommands.geoadd(K key,
GeoAddArgs args,
GeoValue<V>... values)
Multi geo add.
|
RedisFuture<Long> |
RedisGeoAsyncCommands.geoadd(K key,
GeoValue<V>... values)
Multi geo add.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<Long> |
RedisGeoReactiveCommands.geoadd(K key,
GeoAddArgs args,
GeoValue<V>... values)
Multi geo add.
|
Mono<Long> |
RedisGeoReactiveCommands.geoadd(K key,
GeoValue<V>... values)
Multi geo add.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
RedisGeoCommands.geoadd(K key,
GeoAddArgs args,
GeoValue<V>... values)
Multi geo add.
|
Long |
RedisGeoCommands.geoadd(K key,
GeoValue<V>... values)
Multi geo add.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<Long> |
NodeSelectionGeoAsyncCommands.geoadd(K key,
GeoAddArgs args,
GeoValue<V>... values)
Multi geo add.
|
AsyncExecutions<Long> |
NodeSelectionGeoAsyncCommands.geoadd(K key,
GeoValue<V>... values)
Multi geo add.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<Long> |
NodeSelectionGeoCommands.geoadd(K key,
GeoAddArgs args,
GeoValue<V>... values)
Multi geo add.
|
Executions<Long> |
NodeSelectionGeoCommands.geoadd(K key,
GeoValue<V>... values)
Multi geo add.
|
Copyright © 2023 lettuce.io. All rights reserved.