Uses of Interface
org.springframework.data.redis.connection.RedisGeoCommands.GeoCommandArgs.GeoCommandFlag
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisGeoCommands.GeoCommandArgs.GeoCommandFlag in org.springframework.data.redis.connection
Modifier and TypeFieldDescriptionprotected final Set<RedisGeoCommands.GeoCommandArgs.GeoCommandFlag>
RedisGeoCommands.GeoSearchCommandArgs.flags
Modifier and TypeMethodDescriptionRedisGeoCommands.GeoCommandArgs.GeoCommandFlag.any()
RedisGeoCommands.GeoCommandArgs.GeoCommandFlag.storeDist()
RedisGeoCommands.GeoCommandArgs.GeoCommandFlag.withCord()
RedisGeoCommands.GeoCommandArgs.GeoCommandFlag.withDist()