diff options
author | antirez <antirez@gmail.com> | 2015-06-29 12:44:31 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2015-06-29 12:44:34 +0200 |
commit | f108c687ad122d76e8468f98934255ffb51cc7e8 (patch) | |
tree | 2160d798dc707eded4409fb2818fbb540e6e71c2 /src/redis.c | |
parent | a12192f5ff33298eb7082cc3f6e2de17957e7d26 (diff) | |
download | redis-f108c687ad122d76e8468f98934255ffb51cc7e8.tar.gz |
Geo: GEODIST and tests.
Diffstat (limited to 'src/redis.c')
-rw-r--r-- | src/redis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redis.c b/src/redis.c index e6707d5f2..cb5c73771 100644 --- a/src/redis.c +++ b/src/redis.c @@ -289,6 +289,7 @@ struct redisCommand redisCommandTable[] = { {"geodecode",geodecodeCommand,2,"r",0,NULL,0,0,0,0,0}, {"geohash",geohashCommand,-2,"r",0,NULL,0,0,0,0,0}, {"geopos",geoposCommand,-2,"r",0,NULL,0,0,0,0,0}, + {"geodist",geodistCommand,-4,"r",0,NULL,0,0,0,0,0}, {"pfselftest",pfselftestCommand,1,"r",0,NULL,0,0,0,0,0}, {"pfadd",pfaddCommand,-2,"wmF",0,NULL,1,1,1,0,0}, {"pfcount",pfcountCommand,-2,"r",0,NULL,1,1,1,0,0}, |