summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lazyfree options documented in the example redis.conf.lazyfreeantirez2015-10-051-1/+52
* Lazyfree options implemented in the configuration.antirez2015-10-051-0/+36
* Lazyfree: cond vars to enabled/disable it based on DEL context.antirez2015-10-024-35/+51
* Fixed a bug in the emptyDb() new implementation.antirez2015-10-011-1/+1
* FLUSHDB and FLUSHALL ASYNC option implemented.antirez2015-10-012-8/+39
* Lazyfree: pending objects count in INFO output.antirez2015-10-013-2/+10
* Lazyfree: ability to free whole DBs in background.antirez2015-10-017-14/+106
* Lazyfree: keep count of objects to free.antirez2015-10-012-3/+11
* zmalloc.c converted to use atomicvar.h.antirez2015-10-011-33/+5
* 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
* Test: stack_logging var should be initialized to 0.antirez2015-10-011-0/+1
* Hash new implementation memleaks fixed.antirez2015-10-012-12/+52
* Lazyfree: Hash converted to use plain SDS WIP 5.antirez2015-10-013-34/+30
* Test: support for stack logging for OSX malloc/leaks.antirez2015-10-012-0/+7
* 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
* 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