summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* syncCommand() comments improved.antirez2015-08-051-1/+8
* PSYNC initial offset fix.antirez2015-08-044-17/+61
* Sentinel: add more commonly useful sections to INFO.antirez2015-07-291-6/+15
* checkTcpBacklogSetting() now called in Sentinel mode too.antirez2015-07-291-1/+1
* Support for CLIENT KILL TYPE MASTER.antirez2015-07-281-3/+1
* CLIENT_MASTER introduced.antirez2015-07-284-10/+20
* Force slaves to resync after unsuccessful PSYNC.antirez2015-07-281-6/+10
* replicationHandleMasterDisconnection() belongs to replication.c.antirez2015-07-282-14/+14
* RDMF: Redis -> Server in adjustOpenFilesLimit().antirez2015-07-281-2/+2
* Avoid magic "0" argument to prepareForShutdown().antirez2015-07-282-4/+5
* 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
* 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
* 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-092-95/+0
* | Geo: -Ofast breaks builds on older GCCs.antirez2015-07-091-1/+1