redict/tests
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
..
assets Test: enable latency monitor in the default config. 2014-07-10 15:04:34 +02:00
cluster Sentinel / Cluster test: exit with non-zero error code on failures. 2015-03-30 14:29:01 +02:00
helpers Regression test for issue 417 (memory leak when replicating to DB with id >= 10) 2012-03-30 10:26:07 +02:00
integration Test: regression for issue #2473. 2015-03-27 12:10:46 +01:00
sentinel Sentinel: CKQUORUM tests 2015-05-19 12:26:09 +02:00
support Test: be more patient waiting for servers to exit. 2015-03-31 23:43:38 +02:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Geo: from lat,lon API to lon,lat API according to GIS standard 2015-06-26 10:58:27 +02:00
instances.tcl Sentinel / Cluster test: exit with non-zero error code on failures. 2015-03-30 14:29:01 +02:00
test_helper.tcl Test: split basic unit into string, incr, keyspace units. 2015-02-25 10:33:29 +01:00