Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeo.c501 int withdist = 0, withhash = 0, withcoords = 0; in georadiusGeneric() local
513 withcoords = 1; in georadiusGeneric()
548 if (storekey && (withdist || withhash || withcoords)) { in georadiusGeneric()
594 if (withcoords) in georadiusGeneric()
627 if (withcoords) { in georadiusGeneric()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl188 catch {r georadius points 13.361389 38.115556 50 km store points2 withcoords} e