Uses of Class
org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Packages that use RedisGeoCommands.GeoRadiusCommandArgs
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Lettuce Redis client.
Core package for integrating Redis with Spring concepts.
-
Uses of RedisGeoCommands.GeoRadiusCommandArgs in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisGeoCommands.GeoRadiusCommandArgsModifier and TypeMethodDescriptionprotected RedisGeoCommands.GeoRadiusCommandArgsRedisGeoCommands.GeoRadiusCommandArgs.clone()RedisGeoCommands.GeoRadiusCommandArgs.includeCoordinates()Sets theRedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHCOORDflag to also return the longitude, latitude coordinates of the matching items.RedisGeoCommands.GeoRadiusCommandArgs.includeDistance()Sets theRedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHDISTflag to also return the distance of the returned items from the specified center.RedisGeoCommands.GeoRadiusCommandArgs.limit(long count) Limit the results to the first N matching items.RedisGeoCommands.GeoRadiusCommandArgs.newGeoRadiusArgs()Create newRedisGeoCommands.GeoRadiusCommandArgs.RedisGeoCommands.GeoRadiusCommandArgs.sort(Sort.Direction direction) Apply a sort direction.RedisGeoCommands.GeoRadiusCommandArgs.sortAscending()Sort returned items from the nearest to the furthest, relative to the center.RedisGeoCommands.GeoRadiusCommandArgs.sortDescending()Sort returned items from the furthest to the nearest, relative to the center.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisGeoCommands.GeoRadiusCommandArgsModifier and TypeMethodDescriptionReactiveGeoCommands.GeoRadiusByMemberCommand.getArgs()ReactiveGeoCommands.GeoRadiusCommand.getArgs()Methods in org.springframework.data.redis.connection with parameters of type RedisGeoCommands.GeoRadiusCommandArgsModifier and TypeMethodDescriptiondefault GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadius(byte[] key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Deprecated.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadius(byte[] key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) DefaultStringRedisConnection.geoRadius(String key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) default Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoRadius(ByteBuffer key, Circle circle, RedisGeoCommands.GeoRadiusCommandArgs geoRadiusArgs) Get the members within the boundaries of a givenCircleapplying given parameters.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadius(byte @NonNull [] key, @NonNull Circle within, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.StringRedisConnection.geoRadius(@NonNull String key, @NonNull Circle within, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.default GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadiusByMember(byte[] key, byte[] member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) Deprecated.in favor ofRedisCommandsProvider.geoCommands()}.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadiusByMember(byte[] key, byte[] member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) DefaultStringRedisConnection.geoRadiusByMember(String key, String member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) default Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoRadiusByMember(ByteBuffer key, ByteBuffer member, Distance distance, RedisGeoCommands.GeoRadiusCommandArgs geoRadiusArgs) Get the members within givenDistancefrom member applying given parameters.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadiusByMember(byte @NonNull [] key, byte @NonNull [] member, @NonNull Distance radius, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates, givenDistanceandRedisGeoCommands.GeoRadiusCommandArgs.StringRedisConnection.geoRadiusByMember(@NonNull String key, @NonNull String member, @NonNull Distance radius, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and givenDistanceandRedisGeoCommands.GeoRadiusCommandArgs.ReactiveGeoCommands.GeoRadiusByMemberCommand.withArgs(RedisGeoCommands.GeoRadiusCommandArgs args) Applies commandRedisGeoCommands.GeoRadiusCommandArgs.ReactiveGeoCommands.GeoRadiusCommand.withArgs(RedisGeoCommands.GeoRadiusCommandArgs args) Applies commandRedisGeoCommands.GeoRadiusCommandArgs. -
Uses of RedisGeoCommands.GeoRadiusCommandArgs in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce with parameters of type RedisGeoCommands.GeoRadiusCommandArgsModifier and TypeMethodDescriptionstatic io.lettuce.core.GeoArgsLettuceConverters.toGeoArgs(RedisGeoCommands.GeoRadiusCommandArgs args) ConvertRedisGeoCommands.GeoRadiusCommandArgsintoGeoArgs. -
Uses of RedisGeoCommands.GeoRadiusCommandArgs in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisGeoCommands.GeoRadiusCommandArgsModifier and TypeMethodDescriptionBoundGeoOperations.radius(@NonNull M member, @NonNull Distance distance, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and given radius applyingMetricandRedisGeoCommands.GeoRadiusCommandArgs.BoundGeoOperations.radius(@NonNull Circle within, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.GeoOperations.radius(@NonNull K key, @NonNull M member, @NonNull Distance distance, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and given radius applyingMetricandRedisGeoCommands.GeoRadiusCommandArgs.GeoOperations.radius(@NonNull K key, @NonNull Circle within, @NonNull RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.ReactiveGeoOperations.radius(K key, M member, Distance distance, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and given radius applyingMetricandRedisGeoCommands.GeoRadiusCommandArgs.ReactiveGeoOperations.radius(K key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.
RedisCommandsProvider.geoCommands()}.