Class RedisGeoCommands.GeoRadiusCommandArgs

java.lang.Object
org.springframework.data.redis.connection.RedisGeoCommands.GeoSearchCommandArgs
org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
All Implemented Interfaces:
Cloneable, RedisGeoCommands.GeoCommandArgs
Enclosing interface:
RedisGeoCommands

public static class RedisGeoCommands.GeoRadiusCommandArgs extends RedisGeoCommands.GeoSearchCommandArgs implements Cloneable
Additional arguments (like count/sort/...) to be used with RedisGeoCommands.
Since:
1.8
Author:
Ninad Divadkar, Christoph Strobl