Uses of Enum Class
org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs.Flag
Packages that use RedisGeoCommands.GeoRadiusCommandArgs.Flag
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisGeoCommands.GeoRadiusCommandArgs.Flag in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisGeoCommands.GeoRadiusCommandArgs.FlagModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RedisGeoCommands.GeoRadiusCommandArgs.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisGeoCommands.GeoRadiusCommandArgs.FlagModifier and TypeMethodDescriptionReactiveGeoCommands.GeoRadiusByMemberCommand.getFlags()
ReactiveGeoCommands.GeoRadiusCommand.getFlags()
RedisGeoCommands.GeoRadiusCommandArgs.getFlags()
Methods in org.springframework.data.redis.connection with parameters of type RedisGeoCommands.GeoRadiusCommandArgs.FlagModifier and TypeMethodDescriptionReactiveGeoCommands.GeoRadiusByMemberCommand.withFlag
(RedisGeoCommands.GeoRadiusCommandArgs.Flag flag) Applies commandflags
.ReactiveGeoCommands.GeoRadiusCommand.withFlag
(RedisGeoCommands.GeoRadiusCommandArgs.Flag flag) Applies commandflags
.