BinaryRedis.georadius

Undocumented in source. Be warned that the author may not have intended to support it.
  1. List!(GeoRadiusResponse) georadius(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit)
  2. List!(GeoRadiusResponse) georadius(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
    class BinaryRedis
    georadius
    (
    const(ubyte)[] key
    ,
    double longitude
    ,
    double latitude
    ,
    double radius
    ,,)

Meta