module Redis::Commands::Geo
Direct including types
Defined in:
commands/geo.crInstance Method Summary
- #geoadd(key : String, *entries : String, nx = nil, xx = nil, ch = nil)
- #geopos(key : String, *members : String)
- #geosearch(key : String, *, fromlonlat lonlat : Tuple(String, String), byradius radius : Redis::Geo::Radius, sort : Redis::Geo::Sort | Nil = nil, count : Int | String | Nil = nil, withcoord : Bool = false, withdist : Bool = false)
Instance Method Detail
def geosearch(key : String, *, fromlonlat lonlat : Tuple(String, String), byradius radius : Redis::Geo::Radius, sort : Redis::Geo::Sort | Nil = nil, count : Int | String | Nil = nil, withcoord : Bool = false, withdist : Bool = false)
#