summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* startBgsaveForReplication(): handle waiting slaves state change.psync-fixesantirez2015-08-201-47/+60
* slaveTryPartialResynchronization and syncWithMaster: better synergy.antirez2015-08-071-14/+16
* syncWithMaster(): non blocking state machine.statemachineantirez2015-08-063-94/+207
* flushSlavesOutputBuffers(): details clarified via comments.antirez2015-08-061-0/+6
* startBgsaveForReplication(): log what you really do.antirez2015-08-061-2/+3
* Client structure comments improved.antirez2015-08-061-27/+27
* Replication: add REPLCONF CAPA EOF support.slaves_capaantirez2015-08-063-11/+51
* Fix synchronous readline "\n" handling.antirez2015-08-051-0/+3
* Fix replication slave pings period.antirez2015-08-051-20/+26
* Fix RDB encoding test for new csvdump format.antirez2015-08-051-13/+13
* Remove slave state change handled by replicationSetupSlaveForFullResync().antirez2015-08-051-1/+0
* Make sure we re-emit SELECT after each new slave full sync setup.antirez2015-08-053-17/+26
* Test: csvdump now scans all DBs.antirez2015-08-051-32/+36
* Don't send SELECT to slaves in WAIT_BGSAVE_START state.antirez2015-08-051-0/+1
* PSYNC test: also test the vanilla SYNC.antirez2015-08-051-18/+27
* syncCommand() comments improved.antirez2015-08-051-1/+8
* PSYNC initial offset fix.antirez2015-08-044-17/+61
* Test PSYNC with diskless replication.antirez2015-08-041-13/+17
* 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
* 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