summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release notes for Redis 2.4 RC8 added2.4.0-rc8antirez2011-09-211-0/+17
* Version bumped to 2.3.11antirez2011-09-211-1/+1
* no longer valid design documents removedantirez2011-09-202-557/+0
* hash zipmap max entries and entry size information removed from INFO command ...antirez2011-09-201-4/+0
* Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan;vambo2011-09-201-1/+1
* Fixed compilation on Mac/PPCKonstantin Tokarev2011-09-201-1/+3
* [issue 620] don't segfault if number of arguments is less than 1Konstantin Merenkov2011-09-201-0/+2
* Include port number in error when can't bind lisetning port on startup.antirez2011-09-201-1/+2
* Fixed comment typoantirez2011-09-191-1/+1
* Comment out things in bio.c that are currently not useful but that may be use...antirez2011-09-191-0/+6
* Emit a log message when AOF fsync is still in progress but we are forced to w...antirez2011-09-191-0/+1
* use aof_fsync wrapper instead of fsync(2) in bio.cantirez2011-09-191-1/+1
* fixed flushAppendOnlyFile() function prototype to reflect the new implementat...antirez2011-09-191-1/+1
* postpone the AOF fsync if policy is everysec and there is a background fsync ...antirez2011-09-193-8/+54
* Fixed typo preventing compilationantirez2011-09-191-1/+1
* Added aof_backgronud_fsync() function, and use it in the bacground rewrite do...antirez2011-09-191-1/+8
* REDIS_BIO_AOF_FSYNC implementedantirez2011-09-192-1/+4
* fixed a problem in bioOlderJobType() when there are no jobs of the specified ...antirez2011-09-191-0/+4
* some more comment about bio.c designantirez2011-09-191-0/+4
* Remove backgroud jobs from the queue only when the processing was completed, ...antirez2011-09-191-1/+1
* Use a different thread for every different type of background jobantirez2011-09-193-42/+67
* Better comments for bioWaitPendingJobsLEantirez2011-09-191-1/+9
* Background I/O library enhanced so that the main thread can query for the num...antirez2011-09-192-2/+52
* commenting out aof-race test for now, waiting for a fix to issue #80antirez2011-09-161-1/+0
* Failing test related to AOF rewrite buffersPieter Noordhuis2011-09-162-0/+36
* Enforce upper bound for number of requests in redis-benchmarkPieter Noordhuis2011-09-161-11/+19
* Fix AOF race that may duplicate commandsPieter Noordhuis2011-09-161-0/+5
* Fixed a bug in the average latency metering of redis-cli --latencyantirez2011-09-151-0/+1
* Implemented --latency in redis-cliantirez2011-09-151-0/+42
* Optimize LRANGE to scan the list starting from the head or the tail in order ...antirez2011-09-141-1/+6
* Don't replicate/AOF SAVEantirez2011-09-141-2/+2
* use bio.c instead of libeio for closing the AOF file in background. Some comm...antirez2011-09-141-19/+20
* Asynchronously close old file after BGREWRITEAOFPieter Noordhuis2011-09-141-32/+96
* make bio_list static as wellantirez2011-09-141-1/+1
* debug message removedantirez2011-09-142-2/+4
* use pthread_cond_signal() to make sure the background thread will process the...antirez2011-09-141-0/+1
* typo fixed in bio.cantirez2011-09-141-1/+2
* add background jobs initialization to Redis main init functionantirez2011-09-141-0/+2
* bio.c typos fixes to make it compileantirez2011-09-141-4/+9
* bio.o added to redis-server objectsantirez2011-09-143-1/+114
* Speed up protocol synthesis for AOFPieter Noordhuis2011-09-131-8/+20
* Re-use AOF buffer when it is small enoughPieter Noordhuis2011-09-133-2/+17
* Fix indentPieter Noordhuis2011-09-131-6/+6
* added a newline for code readabilityantirez2011-09-131-0/+1
* Avoid unnecessary calls to time(3)Pieter Noordhuis2011-09-131-7/+6
* Version bumped to 2.3.10, changelog updated2.4.0-rc7antirez2011-09-122-1/+7
* Remove the write handler only if there are no longer objects in the output qu...antirez2011-09-121-1/+1
* regression test for bug 593 addedantirez2011-09-121-0/+14
* fixed typos in the comments of rpoplpushHandlePush()antirez2011-09-121-3/+5
* Fix crash when chaining brpoplpush with other blocking commands.Hampus Wessman2011-09-121-1/+1