GEORADIUSBYMEMBER_RO wrapper function. */
| 853 | |
| 854 | /* GEORADIUSBYMEMBER_RO wrapper function. */ |
| 855 | void georadiusbymemberroCommand(client *c) { |
| 856 | georadiusGeneric(c, 1, RADIUS_MEMBER|RADIUS_NOSTORE); |
| 857 | } |
| 858 | |
| 859 | void geosearchCommand(client *c) { |
| 860 | georadiusGeneric(c, 1, GEOSEARCH); |
nothing calls this directly
no test coverage detected