From f108c687ad122d76e8468f98934255ffb51cc7e8 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 29 Jun 2015 12:44:31 +0200 Subject: Geo: GEODIST and tests. --- src/redis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/redis.h') 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); -- cgit v1.2.1