summaryrefslogtreecommitdiff
path: root/src/redis.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-06-29 12:44:31 +0200
committerantirez <antirez@gmail.com>2015-06-29 12:44:34 +0200
commitf108c687ad122d76e8468f98934255ffb51cc7e8 (patch)
tree2160d798dc707eded4409fb2818fbb540e6e71c2 /src/redis.h
parenta12192f5ff33298eb7082cc3f6e2de17957e7d26 (diff)
downloadredis-f108c687ad122d76e8468f98934255ffb51cc7e8.tar.gz
Geo: GEODIST and tests.
Diffstat (limited to 'src/redis.h')
-rw-r--r--src/redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redis.h b/src/redis.h
index 70b301a59..b64a7697a 100644
--- a/src/redis.h
+++ b/src/redis.h
@@ -1565,6 +1565,7 @@ void georadiusCommand(redisClient *c);
void geoaddCommand(redisClient *c);
void geohashCommand(redisClient *c);
void geoposCommand(redisClient *c);
+void geodistCommand(redisClient *c);
void pfselftestCommand(redisClient *c);
void pfaddCommand(redisClient *c);
void pfcountCommand(redisClient *c);