Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
859
void geosearchCommand(client *c) {
860
georadiusGeneric(c, 1, GEOSEARCH);
861
}
862
863
void geosearchstoreCommand(client *c) {
864
georadiusGeneric(c, 2, GEOSEARCH|GEOSEARCHSTORE);
Callers
nothing calls this directly
Calls
1
georadiusGeneric
Function · 0.85
Tested by
no test coverage detected