GEORADIUS_RO wrapper function. */
| 848 | |
| 849 | /* GEORADIUS_RO wrapper function. */ |
| 850 | void georadiusroCommand(client *c) { |
| 851 | georadiusGeneric(c, 1, RADIUS_COORDS|RADIUS_NOSTORE); |
| 852 | } |
| 853 | |
| 854 | /* GEORADIUSBYMEMBER_RO wrapper function. */ |
| 855 | void georadiusbymemberroCommand(client *c) { |
nothing calls this directly
no test coverage detected