MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / geosearchCommand

Function geosearchCommand

src/geo.cpp:859–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859void geosearchCommand(client *c) {
860 georadiusGeneric(c, 1, GEOSEARCH);
861}
862
863void geosearchstoreCommand(client *c) {
864 georadiusGeneric(c, 2, GEOSEARCH|GEOSEARCHSTORE);

Callers

nothing calls this directly

Calls 1

georadiusGenericFunction · 0.85

Tested by

no test coverage detected