Uses of Interface
org.springframework.data.redis.connection.RedisGeoCommands.GeoCommandArgs
Packages that use 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
Classes in org.springframework.data.redis.connection that implement RedisGeoCommands.GeoCommandArgsModifier 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
Methods in org.springframework.data.redis.connection.lettuce with parameters of type RedisGeoCommands.GeoCommandArgsModifier and TypeMethodDescriptionstatic io.lettuce.core.GeoArgs
LettuceConverters.toGeoArgs
(RedisGeoCommands.GeoCommandArgs args) ConvertRedisGeoCommands.GeoCommandArgs
intoGeoArgs
.