Home
last modified time | relevance | path

Searched refs:withdist (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl96 test {GEORADIUS withdist (sorted)} {
97 r georadius nyc -73.9798091 40.7598464 3 km withdist asc
122 test {GEORADIUSBYMEMBER withdist (sorted)} {
123 r georadiusbymember nyc "wtc one" 7 km withdist
184 catch {r georadius points 13.361389 38.115556 50 km store points2 withdist} e
/f-stack/app/redis-5.0.5/src/
H A Dgeo.c501 int withdist = 0, withhash = 0, withcoords = 0; in georadiusGeneric() local
509 withdist = 1; in georadiusGeneric()
548 if (storekey && (withdist || withhash || withcoords)) { in georadiusGeneric()
591 if (withdist) in georadiusGeneric()
621 if (withdist) in georadiusGeneric()