Uses of Interface
org.springframework.data.redis.connection.RedisGeoCommands.GeoCommandArgs
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Lettuce Redis client.
-
Uses of RedisGeoCommands.GeoCommandArgs in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionstatic class
Additional arguments (like count/sort/...) to be used withRedisGeoCommands
.static class
Additional arguments (like count/sort/...) to be used withRedisGeoCommands
.static class
Additional arguments (like count/sort/...) to be used withRedisGeoCommands
. -
Uses of RedisGeoCommands.GeoCommandArgs in org.springframework.data.redis.connection.lettuce
Modifier and TypeMethodDescriptionstatic io.lettuce.core.GeoArgs
LettuceConverters.toGeoArgs
(RedisGeoCommands.GeoCommandArgs args) ConvertRedisGeoCommands.GeoCommandArgs
intoGeoArgs
.