Searched refs:georadiusGetKeys (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 303 {"georadius",georadiusCommand,-6,"w",0,georadiusGetKeys,1,1,1,0,0}, 304 {"georadius_ro",georadiusroCommand,-6,"r",0,georadiusGetKeys,1,1,1,0,0}, 305 {"georadiusbymember",georadiusbymemberCommand,-5,"w",0,georadiusGetKeys,1,1,1,0,0}, 306 {"georadiusbymember_ro",georadiusbymemberroCommand,-5,"r",0,georadiusGetKeys,1,1,1,0,0},
|
| H A D | db.c | 1388 int *georadiusGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in georadiusGetKeys() function
|
| H A D | server.h | 1872 int *georadiusGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
|