summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.22.2.8.22antirez2015-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
* pfcount support multi keysMOON_CLJ2015-09-081-1/+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
* Force slaves to resync after unsuccessful PSYNC.antirez2015-08-211-6/+10
* replicationHandleMasterDisconnection() belongs to replication.c.antirez2015-08-212-14/+14
* flushSlavesOutputBuffers(): details clarified via comments.antirez2015-08-211-0/+6
* 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
* slaveTryPartialResynchronization and syncWithMaster: better synergy.antirez2015-08-071-14/+16
* syncWithMaster(): non blocking state machine.antirez2015-08-073-101/+215
* Fixed issues introduced during last merge.antirez2015-08-061-2/+2
* 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
* Merge pull request #2666 from Abioy/2.8Salvatore Sanfilippo2015-07-172-2/+2
|\
| * bugfix: errno might change before loggingYongyue Sun2015-07-132-2/+2
* | Merge pull request #2678 from Kiemes/fix-config-resetstatSalvatore Sanfilippo2015-07-171-0/+1
|\ \
| * | Fix: aof_delayed_fsync is not resetTom Kiemes2015-07-161-0/+1
|/ /
* | Fix 2.8.21 release notes to give full credits.antirez2015-06-041-1/+1
* | Redis 2.8.212.8.21antirez2015-06-042-1/+13
* | 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
* | adding a sentinel command: "flushconfig"therealbill2015-05-251-0/+4
* | Sentinel: CKQUORUM testsantirez2015-05-191-0/+34
* | Sentinel: SENTINEL CKQUORUM commandantirez2015-05-191-0/+51
* | Rewrite smoveCommand test with ternary operatorantirez2015-05-151-4/+1
* | uphold the smove contract to return 0 when the element is not a member of the...Glenn Nethercutt2015-05-152-1/+5
* | protocol error log should be seen debug/verbose levelJungtaek Lim2015-05-151-1/+1
* | Fix 2.8.20 changelog typoantirez2015-05-051-1/+1
* | Redis 2.8.202.8.20antirez2015-05-052-1/+24
* | sdsfree x and yFuGangqiang2015-05-041-0/+3
* | fix doc exampleFuGangqiang2015-05-041-1/+1
* | fix typoFuGangqiang2015-05-041-1/+1