GEORADIUSBYMEMBER wrapper function. */
| 843 | |
| 844 | /* GEORADIUSBYMEMBER wrapper function. */ |
| 845 | void georadiusbymemberCommand(client *c) { |
| 846 | georadiusGeneric(c, 1, RADIUS_MEMBER); |
| 847 | } |
| 848 | |
| 849 | /* GEORADIUS_RO wrapper function. */ |
| 850 | void georadiusroCommand(client *c) { |
nothing calls this directly
no test coverage detected