summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | RDMF: dictRedisObjectDestructor -> dictObjectDestructor."antirez2015-07-281-8/+8
* | Use mstime_t as return value of mstime().antirez2015-07-281-1/+1
* | RDMF: use representClusterNodeFlags() generic name.antirez2015-07-271-4/+4
* | RDMF: more names updated.antirez2015-07-278-271/+271
* | RDMF: More consistent define names.antirez2015-07-2733-1740/+1740
* | RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-2624-512/+512
* | RDMF: redisAssert -> serverAssert.antirez2015-07-2624-209/+209
* | RDMF: OBJ_ macros for object related stuff.antirez2015-07-2623-578/+578
* | RDMF: use client instead of redisClient, like Disque.antirez2015-07-2629-619/+619
* | RDMF: redisLog -> serverLog.antirez2015-07-2614-395/+395
* | RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-2637-178/+178
* | deps/hiredis SDS updated to version 2.0.0.antirez2015-07-253-145/+513
* | SDS: Copyright updated further.antirez2015-07-252-0/+2
* | SDS: changes to unify Redis SDS with antirez/sds repo.antirez2015-07-254-27/+75
* | SDS: Copyright notice updated.antirez2015-07-252-4/+6
* | SDS: sdsjoinsds() call ported from antirez/sds fork.antirez2015-07-252-0/+13
* | Jemalloc: use LG_QUANTUM of 3 for AMD64 and I386.antirez2015-07-241-2/+2
|/
* SDS: avoid compiler warning in sdsIncrLen().antirez2015-07-241-0/+1
* Merge branch 'sds' into unstableantirez2015-07-249-159/+434
|\
| * 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
* | 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