struct
Redis::Geo::Radius
- Redis::Geo::Radius
- Struct
- Value
- Object
Overview
Represent a radius for a geosearch command.
redis.geosearch "drivers",
fromlonlat: {longitude, latitude},
byradius: Redis::Geo::Radius.new(5, :mi)
Defined in:
commands/geo.crConstructors
Instance Method Summary
- #clone
- #copy_with(magnitude _magnitude = @magnitude, unit _unit = @unit)
- #magnitude : String
- #unit : Unit