summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 3.0.4.3.0.4antirez2015-09-082-1/+49
* Sentinel: command arity check added where missing.antirez2015-09-081-0/+2
* Check args before run ckquorum. Fix issue #2635Rogerio Goncalves2015-09-081-0/+1
* Fix merge issues in 490847c.antirez2015-09-071-2/+2
* Undo slaves state change on failed rdbSaveToSlavesSockets().antirez2015-09-071-10/+26
* Sentinel: fix bug in config rewriting during failoverantirez2015-09-071-1/+1
* Sentinel: clarify effect of resetting failover_start_time.antirez2015-09-071-2/+4
* SCAN iter parsing changed from atoi to chartoullubuntu2015-09-071-1/+1
* Log client details on SLAVEOF command having an effect.antirez2015-08-211-3/+8
* startBgsaveForReplication(): handle waiting slaves state change.antirez2015-08-211-47/+60
* Fixed issues introduced during last merge.antirez2015-08-201-2/+2
* Force slaves to resync after unsuccessful PSYNC.antirez2015-08-201-6/+10
* replicationHandleMasterDisconnection() belongs to replication.c.antirez2015-08-202-14/+14
* flushSlavesOutputBuffers(): details clarified via comments.antirez2015-08-201-0/+6
* checkTcpBacklogSetting() now called in Sentinel mode too.antirez2015-08-201-1/+1
* slaveTryPartialResynchronization and syncWithMaster: better synergy.antirez2015-08-071-14/+16
* syncWithMaster(): non blocking state machine.antirez2015-08-073-101/+215
* startBgsaveForReplication(): log what you really do.antirez2015-08-061-3/+4
* Replication: add REPLCONF CAPA EOF support.antirez2015-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-054-17/+61
* Test PSYNC with diskless replication.antirez2015-08-051-13/+17
* Redis 3.0.3.3.0.3antirez2015-07-172-1/+23
* Do not attempt to lock on SolarisJan-Erik Rediger2015-07-171-0/+7
* pfcount support multi keysMOON_CLJ2015-07-171-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
* Client timeout handling improved.antirez2015-07-161-12/+20
* Clarify a comment in clientsCron().antirez2015-07-161-5/+5
* EXISTS is now variadic.antirez2015-07-132-6/+10
* Add 3.0 changed config default for maxmemory policy to release notes.antirez2015-06-291-0/+5
* Update t_zset.clinfangrong2015-06-111-1/+1
* Use best effort address binding to connect to the masterantirez2015-06-111-1/+1
* anet.c: new API anetTcpNonBlockBestEffortBindConnect()antirez2015-06-112-3/+22
* anetTcpGenericConnect(), jump to error not end on errorantirez2015-06-111-2/+2
* Don't try to bind the source address for MIGRATEantirez2015-06-111-2/+2
* Fix 3.0.2 release notes to give full credits.antirez2015-06-041-1/+1
* Redis 3.0.23.0.2antirez2015-06-042-1/+15
* hide access to debug tableBen Murphy2015-06-031-6/+9
* disable loading lua bytecodeBen Murphy2015-06-031-1/+1
* Scripting: Lua cmsgpack lib updated to include str8 supportantirez2015-06-031-29/+42
* Removed incorrect suggestionItamar Haber2015-05-291-1/+1