summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Call writeToClient() directly instead of the write handler.fasterioantirez2015-09-301-1/+1
* Fix processEventsWhileBlocked() to handle PENDING_WRITE clients.antirez2015-09-302-3/+7
* Refactoring: unlinkClient() added to lower freeClient() complexity.antirez2015-09-303-51/+48
* Refactoring: new function to test if client has pending output.antirez2015-09-303-8/+17
* Reverse list of clients with pending writes.antirez2015-09-301-1/+1
* writeToClient(): don't remove write handler if not needed.antirez2015-09-301-4/+4
* handleClientsWithPendingWrites(): detect dead clients.antirez2015-09-301-7/+17
* Move handleClientsWithPendingWrites() in networking.c.antirez2015-09-303-28/+29
* Avoid installing the client write handler when possible.antirez2015-09-304-7/+56
* redis-cli pipe mode: don't stay in the write loop forever.antirez2015-09-301-1/+6
* Mark version of unstable branch in an unique way.antirez2015-09-291-1/+1
* Test: fix false positive in HSTRLEN test.antirez2015-09-151-5/+5
* GEORADIUS: Don't report duplicates when radius is huge.antirez2015-09-142-1/+16
* 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
* Sentinel: command arity check added where missing.antirez2015-09-081-0/+2
* Merge pull request #2695 from rogerlz/unstableSalvatore Sanfilippo2015-09-081-0/+1
|\
| * Check args before run ckquorum. Fix issue #2635Rogerio Goncalves2015-07-241-0/+1
* | Undo slaves state change on failed rdbSaveToSlavesSockets().antirez2015-09-071-10/+26
* | Merge pull request #2753 from ofirluzon/unstableSalvatore Sanfilippo2015-09-071-1/+1
|\ \
| * | SCAN iter parsing changed from atoi to chartoullubuntu2015-09-071-1/+1
|/ /
* | Test: print info on HSTRLEN test failure.antirez2015-09-071-1/+4
* | Log client details on SLAVEOF command having an effect.antirez2015-08-211-3/+8
* | 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