summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2636 from badboy/cluster-lock-fixSalvatore Sanfilippo2015-07-172-1/+7
|\ \
| * | Don't include sysctl headerJan-Erik Rediger2015-06-241-1/+0
| * | Do not attempt to lock on SolarisJan-Erik Rediger2015-06-241-0/+7
* | | Merge pull request #2644 from MOON-CLJ/command_info_fixSalvatore Sanfilippo2015-07-171-1/+1
|\ \ \
| * | | pfcount support multi keysMOON_CLJ2015-06-261-1/+1
| |/ /
* | | bugfix: errno might change before loggingYongyue Sun2015-07-172-2/+2
* | | Fix: aof_delayed_fsync is not resetTom Kiemes2015-07-171-0/+1
* | | Merge pull request #2676 from july2993/unstableSalvatore Sanfilippo2015-07-172-4/+4
|\ \ \
| * | | config tcp-keepalive should be numerical field not boolJiahao Huang2015-07-162-4/+4
| | |/ | |/|
* | | Client timeout handling improved.antirez2015-07-161-12/+20
* | | Clarify a comment in clientsCron().antirez2015-07-161-5/+5
|/ /
* | DEBUG HTSTATS <dbid> added.antirez2015-07-144-91/+66
* | EXISTS is now variadic.antirez2015-07-132-6/+10
* | Geo: fix command table keys position indexes for three commands.antirez2015-07-131-3/+3
* | GEOENCODE / GEODECODE commands removed.antirez2015-07-093-108/+0
* | Geo: use ULL suffix for unsigned 64 bit constants.antirez2015-07-091-14/+14
* | Geo: -Ofast breaks builds on older GCCs.antirez2015-07-092-2/+2
* | Geo: validate long,lat passed by user via APIantirez2015-07-063-9/+25
* | Removed useless tryObjectEncoding() call from ZRANK.antirez2015-07-031-1/+1
* | Geo: sync faster decoding from krtm that synched from Ardb.antirez2015-07-012-57/+96
* | 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