mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 14:31:34 +00:00
Geo: command function names converted to lowercase, as elsewhere.
In Redis MULTIWORDCOMMANDNAME are mapped to functions where the command name is all lowercase: multiwordcommandnameCommand().
This commit is contained in:
@ -3,12 +3,6 @@
|
||||
|
||||
#include "redis.h"
|
||||
|
||||
void geoEncodeCommand(redisClient *c);
|
||||
void geoDecodeCommand(redisClient *c);
|
||||
void geoRadiusByMemberCommand(redisClient *c);
|
||||
void geoRadiusCommand(redisClient *c);
|
||||
void geoAddCommand(redisClient *c);
|
||||
|
||||
/* Structures used inside geo.c in order to represent points and array of
|
||||
* points on the earth. */
|
||||
typedef struct geoPoint {
|
||||
|
Reference in New Issue
Block a user