summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Geo: added my copyright notice in modified files.geoantirez2015-06-295-0/+5
* Geo: support units only in abbreviated form.antirez2015-06-291-7/+7
* Geo: remove static declarations.antirez2015-06-291-6/+6
* Geo: GEODIST and tests.antirez2015-06-296-20/+94
* Geo: command function names converted to lowercase, as elsewhere.antirez2015-06-294-27/+21
* Geo: GEOPOS command and tests.antirez2015-06-294-0/+52
* Geo: GEORADIUS COUNT tests.antirez2015-06-291-0/+8
* Geo: GEOENCODE test fixed for new return value.antirez2015-06-291-1/+2
* Geo: GEOENCODE: fix command arity check.antirez2015-06-291-3/+3
* Geo: GEOENCODE now returns score ranges.antirez2015-06-291-9/+22
* Geo: fix comment indentation.antirez2015-06-291-1/+1
* Geo: debugging printf calls removed.antirez2015-06-291-7/+0
* Geo: GEOADD form using radius removed.antirez2015-06-291-19/+5
* Geo: commands top comment as in other Redis code.antirez2015-06-291-12/+7
* Geo: COUNT option for GEORADIUS.antirez2015-06-271-2/+20
* Geo: only one way to specify any given option.antirez2015-06-272-10/+11
* Geo: remove useless variable. geoRadiusGeneric() top comment improved.antirez2015-06-271-8/+4
* Geo: from lat,lon API to lon,lat API according to GIS standardantirez2015-06-267-176/+146
* Geo: explain increment magic in membersOfGeoHashBox().antirez2015-06-241-0/+20
* Geo: GEOHASH command test.antirez2015-06-241-0/+7
* Geo: GEOHASH command added, returning standard geohash strings.antirez2015-06-243-0/+57
* Geo: Fix geohashEstimateStepsByRadius() step underestimation.antirez2015-06-243-11/+20
* Geo: GEORADIUS fuzzy testing by reimplementing it in Tcl.antirez2015-06-241-0/+63
* Geo: return REDIS_* where appropriate, improve commentingantirez2015-06-231-12/+19
* Geo: test GEOADD with wrong input coordinatesantirez2015-06-231-0/+8
* Geo: GEOADD implementation improved, replication fixedantirez2015-06-233-37/+39
* Geo: more x,y renamed lat,lonantirez2015-06-231-8/+8
* Geo: rename x,y to lat,lon for clarityantirez2015-06-231-13/+12
* Geo: use the high level API to decode in geoAppendIfWithinRadius()antirez2015-06-231-12/+7
* Geo: big refactoring of geo.c, zset.[ch] removed.antirez2015-06-237-331/+190
* Geo: compile again with optimizationsantirez2015-06-221-1/+1
* Geo: zsetScore refactoringantirez2015-06-224-43/+24
* Geo: fix tests after distance precision changeantirez2015-06-221-2/+2
* Geo: Pub/Sub feature removedantirez2015-06-221-32/+0
* Geo: addReplyDoubleDistance() precision set to 4 digitsantirez2015-06-221-6/+8
* Geo: JSON features removedantirez2015-06-226-460/+25
* Geo: removed bool usage from Geo code inside Redisantirez2015-06-223-34/+34
* Geo: removed JSON failing test (false positive)antirez2015-06-221-8/+0
* Geo: removed useless functions, Marcatore coordinates, bool usageantirez2015-06-224-213/+92
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-2217-6/+2167
* Sentinel: fix bug in config rewriting during failoverantirez2015-06-121-1/+1
* Merge pull request #2614 from linfangrong/patch-1Salvatore Sanfilippo2015-06-111-1/+1
|\
| * Update t_zset.clinfangrong2015-06-021-1/+1
* | Use best effort address binding to connect to the masterantirez2015-06-111-1/+1
* | anet.c: new API anetTcpNonBlockBestEffortBindConnect()antirez2015-06-112-3/+22
* | anetTcpGenericConnect(), jump to error not end on errorantirez2015-06-111-2/+2
* | Don't try to bind the source address for MIGRATEantirez2015-06-111-2/+2
* | hide access to debug tableBen Murphy2015-06-031-6/+9
* | disable loading lua bytecodeBen Murphy2015-06-031-1/+1
* | Scripting: Lua cmsgpack lib updated to include str8 supportantirez2015-06-031-29/+42
|/