summaryrefslogtreecommitdiff
path: root/src
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
* GEORADIUS: Don't report duplicates when radius is huge.antirez2015-09-141-1/+11
* MOVE re-add TTL check fixed.antirez2015-09-141-1/+1
* MOVE now can move TTL metadata as well.antirez2015-09-141-1/+3
* 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
* | 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.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
* | 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
* | Don't send SELECT to slaves in WAIT_BGSAVE_START state.antirez2015-08-051-0/+1
* | syncCommand() comments improved.antirez2015-08-051-1/+8
* | PSYNC initial offset fix.antirez2015-08-044-17/+61
* | 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