redict/deps
antirez fa9d62d34f Geo: from lat,lon API to lon,lat API according to GIS standard
The GIS standard and all the major DBs implementing GIS related
functions take coordinates as x,y that is longitude,latitude.
It was a bad start for Redis to do things differently, so even if this
means that existing users of the Geo module will be required to change
their code, Redis now conforms to the standard.

Usually Redis is very backward compatible, but this is not an exception
to this rule, since this is the first Geo implementation entering the
official Redis source code. It is not wise to try to be backward
compatible with code forks... :-)

Close #2637.
2015-06-26 10:58:27 +02:00
..
geohash-int Geo: from lat,lon API to lon,lat API according to GIS standard 2015-06-26 10:58:27 +02:00
hiredis Fix Sentinel memory leak (hiredis bug) 2015-04-28 22:10:23 +02:00
jemalloc Jemalloc updated to 3.6.0. 2014-06-20 14:59:20 +02:00
linenoise Linenoise README updated to match source code. 2014-10-06 09:49:44 +02:00
lua disable loading lua bytecode 2015-06-03 13:33:28 +02:00
Makefile [In-Progress] Add Geo Commands 2015-06-22 09:07:13 +02:00
update-jemalloc.sh Jemalloc update script added. 2014-06-20 14:53:57 +02:00