summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better SIGCHLD handling for #2897 debugging.waitpid-fixantirez2015-11-302-1/+3
* Fix renamed define after merge.antirez2015-11-271-1/+1
* Handle wait3() errors.antirez2015-11-271-1/+7
* Redis Cluster: hint about validity factor when slave can't failover.antirez2015-11-271-2/+4
* Remove "s" flag for MIGRATE in command table.antirez2015-11-171-1/+1
* Update redis-cli help and the script to generate it.antirez2015-11-172-9/+183
* Fix MIGRATE entry in command table.antirez2015-11-171-1/+1
* Fix error reply in subscribed Pub/Sub mode.antirez2015-11-091-1/+1
* CONTRIBUTING updated.antirez2015-10-271-5/+9
* Redis 3.0.53.0.5antirez2015-10-152-1/+25
* Add back blank lineDavid Thomson2015-10-151-0/+1
* Update import command to optionally use copy and replace parametersDavid Thomson2015-10-151-3/+7
* Cluster: redis-trib fix, coverage for migrating=1 case.antirez2015-10-151-2/+12
* Redis.conf example: make clear user must pass its path as argument.antirez2015-10-151-1/+6
* Regression test for issue #2813.antirez2015-10-151-0/+53
* Move end-comment of handshake states.antirez2015-10-151-1/+1
* Make clear that slave handshake states must be ordered.antirez2015-10-151-0/+2
* Minor changes to PR #2813.antirez2015-10-151-35/+22
* Fix master timeout during handshakeKevin McGehee2015-10-151-3/+19
* redis-cli pipe mode: don't stay in the write loop forever.antirez2015-09-301-1/+6
* Test: fix false positive in HSTRLEN test.antirez2015-09-151-5/+5
* Test: MOVE expire test improved.antirez2015-09-141-0/+13
* MOVE re-add TTL check fixed.antirez2015-09-141-1/+1
* MOVE now can move TTL metadata as well.antirez2015-09-142-1/+16
* Release note typo fixed: senitel -> sentinel.antirez2015-09-081-1/+1
* 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