summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SDS: use type 8 if we are likely to append to the string.sdsantirez2015-07-231-0/+11
* Fix SDS type 5 sdsIncrLen() bug and added test.antirez2015-07-201-15/+27
* Add sdshdr5 to DEBUG structsize.antirez2015-07-161-0/+1
* SDS: New sds type 5 implemented.antirez2015-07-152-57/+83
* Fix redis-benchmark sds binding.antirez2015-07-142-2/+2
* Fix DEBUG structsize output.antirez2015-07-141-7/+7
* sds size classes - memory optimizationOran Agra2015-07-148-139/+364
* 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
* 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