summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Geo: added my copyright notice in modified files.geoantirez2015-06-291-0/+1
* 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-293-18/+68
* Geo: command function names converted to lowercase, as elsewhere.antirez2015-06-294-27/+21
* Geo: GEOPOS command and tests.antirez2015-06-293-0/+35
* 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-271-6/+7
* 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-262-59/+56
* Geo: explain increment magic in membersOfGeoHashBox().antirez2015-06-241-0/+20
* Geo: GEOHASH command added, returning standard geohash strings.antirez2015-06-243-0/+57
* Geo: Fix geohashEstimateStepsByRadius() step underestimation.antirez2015-06-241-2/+2
* Geo: return REDIS_* where appropriate, improve commentingantirez2015-06-231-12/+19
* 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-236-327/+190
* Geo: compile again with optimizationsantirez2015-06-221-1/+1
* Geo: zsetScore refactoringantirez2015-06-224-43/+24
* 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
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-2210-6/+1317
* 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
|/
* Merge branch 'zaddnx' into unstableantirez2015-05-291-16/+78
|\
| * ZADD RETCH option renamed CHantirez2015-05-291-4/+4
| * ZADD RETCH option: Return number of elements added or updatedantirez2015-05-291-1/+4
| * ZADD NX and XX optionsantirez2015-05-291-6/+26
| * ZADD implemenation able to take options.antirez2015-05-281-10/+49
* | Merge pull request #2586 from huachaohuang/patch-1Salvatore Sanfilippo2015-05-281-1/+1
|\ \
| * | Update anet.cHuachao Huang2015-05-211-1/+1
* | | Merge pull request #2587 from itamarhaber/patch-5Salvatore Sanfilippo2015-05-281-1/+1
|\ \ \ | |_|/ |/| |
| * | Removed incorrect suggestionItamar Haber2015-05-211-1/+1
| |/
* | Merge pull request #2571 from therealbill/sentinel-flushconfig-commandSalvatore Sanfilippo2015-05-251-0/+4
|\ \