| 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 | Class and Description |
|---|---|
static class |
RedisGeoCommands.GeoRadiusCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands. |
static class |
RedisGeoCommands.GeoSearchCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands. |
static class |
RedisGeoCommands.GeoSearchStoreCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands. |
| Modifier and Type | Method and Description |
|---|---|
static io.lettuce.core.GeoArgs |
LettuceConverters.toGeoArgs(RedisGeoCommands.GeoCommandArgs args)
Convert
RedisGeoCommands.GeoCommandArgs into GeoArgs. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.