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

Function georadiusbymemberroCommand

src/geo.cpp:855–857  ·  view source on GitHub ↗

GEORADIUSBYMEMBER_RO wrapper function. */

Source from the content-addressed store, hash-verified

853
854/* GEORADIUSBYMEMBER_RO wrapper function. */
855void georadiusbymemberroCommand(client *c) {
856 georadiusGeneric(c, 1, RADIUS_MEMBER|RADIUS_NOSTORE);
857}
858
859void geosearchCommand(client *c) {
860 georadiusGeneric(c, 1, GEOSEARCH);

Callers

nothing calls this directly

Calls 1

georadiusGenericFunction · 0.85

Tested by

no test coverage detected