summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Atomic vars implemented in a more general way.antirez2015-10-011-0/+94
* Lazyfree: incremental removed, only threaded survived.antirez2015-10-013-191/+24
* Threaded lazyfree WIP #1.antirez2015-10-015-8/+36
* bio.c: new API bioWaitStepOfType().antirez2015-10-012-5/+32
* Hash new implementation memleaks fixed.antirez2015-10-012-12/+52
* Lazyfree: Hash converted to use plain SDS WIP 5.antirez2015-10-013-34/+30
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-019-70/+76
* Lazyfree: Hash converted to use plain SDS WIP 3.antirez2015-10-012-29/+20
* Lazyfree: Hash converted to use plain SDS WIP 2.antirez2015-10-014-37/+64
* Lazyfree: Hash converted to use plain SDS WIP 1.antirez2015-10-015-163/+188
* DEBUG DIGEST Set type memory leak fixed.antirez2015-10-011-0/+1
* SORT memory leak fixed.antirez2015-10-011-3/+3
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-0110-266/+306
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-019-163/+183
* Lazyfree: client output buffers no longer use Redis Objects.antirez2015-10-012-97/+72
* Lazyfree: a first implementation of non blocking DEL.antirez2015-10-018-53/+341
* 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