module Redis::Commands::Geo

Direct including types

Defined in:

commands/geo.cr

Instance Method Summary

Instance Method Detail

def geoadd(key : String, *entries : String, nx = nil, xx = nil, ch = nil) #

[View source]
def geopos(key : String, *members : String) #

[View source]
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) #

[View source]