summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Experimental: new keyspace and expire algorithm.new-keyspaceantirez2019-06-1834-758/+998
* Merge pull request #6100 from chrizel/typo-fixesSalvatore Sanfilippo2019-05-151-2/+2
|\
| * Typo fixes in CONTRIBUTINGChristian Zeller2019-05-151-2/+2
|/
* Update CONTRIBUTING with present info.antirez2019-05-151-5/+15
* Narrow the effects of PR #6029 to the exact state.antirez2019-05-151-5/+17
* Merge pull request #6029 from chendq8/clientpauseSalvatore Sanfilippo2019-05-151-1/+1
|\
| * stop ping when client pausechendianqiang2019-04-171-1/+1
* | Test: fix slowlog test false positive.antirez2019-05-141-1/+3
* | Make comment in getClientOutputBufferMemoryUsage() describing the present.antirez2019-05-131-8/+1
* | Fix test false positive introduced by threaded I/O.antirez2019-05-131-1/+1
* | Merge pull request #6053 from soloestoy/enhance-aof-fsync-everysecSalvatore Sanfilippo2019-05-102-3/+32
|\ \
| * | aof: enhance AOF_FSYNC_EVERYSEC, more details in #5985zhaozhao.zz2019-04-292-3/+32
* | | Merge pull request #6074 from trevor211/fixActiveExpireSalvatore Sanfilippo2019-05-101-4/+6
|\ \ \
| * | | Do not active expire keys in the background when the switch is off.WuYunlong2019-05-061-4/+6
* | | | Merge pull request #6080 from soloestoy/fix-makefileSalvatore Sanfilippo2019-05-101-1/+1
|\ \ \ \
| * | | | Makefile: 1TD -> STDzhaozhao.zz2019-05-071-1/+1
* | | | | Merge pull request #6073 from yossigo/fix/blocked-client-idSalvatore Sanfilippo2019-05-101-1/+4
|\ \ \ \ \
| * | | | | Preserve client->id for blocked clients.Yossi Gottlieb2019-05-051-1/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #6081 from Happy4Code/mod_commentsSalvatore Sanfilippo2019-05-101-1/+1
|\ \ \ \ \
| * | | | | change the comments there may have a mis typestan0112019-05-071-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #6077 from zltl/patch-7Salvatore Sanfilippo2019-05-101-2/+0
|\ \ \ \ \
| * | | | | delete sdsTest() from REDIS_TESTliaotonglang2019-05-061-2/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #6083 from tangquanawj/fix-inappropriate-add-operation-codeSalvatore Sanfilippo2019-05-101-1/+1
|\ \ \ \ \
| * | | | | Update ziplist.c唐权2019-05-081-1/+1
* | | | | | Merge pull request #6086 from yongman/fix-uint64-in-defragSalvatore Sanfilippo2019-05-101-3/+3
|\ \ \ \ \ \
| * | | | | | Fix uint64_t hash value in active defragyongman2019-05-081-3/+3
| |/ / / / /
* | | | | | Merge pull request #6087 from AngusP/linux-build-warningsSalvatore Sanfilippo2019-05-102-1/+2
|\ \ \ \ \ \
| * | | | | | Enlarge error buffer in redis-check-aof.c to remove compiler warning of outpu...Angus Pearson2019-05-081-1/+1
| * | | | | | Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of...Angus Pearson2019-05-081-0/+1
| |/ / / / /
* | | | | | Merge pull request #6091 from soloestoy/fix-test-skip-tillSalvatore Sanfilippo2019-05-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test cases: skiptill -> skip-tillzhaozhao.zz2019-05-101-1/+1
|/ / / / /
* | | | | Merge pull request #6082 from soloestoy/fix-config-rewrite-memleakSalvatore Sanfilippo2019-05-071-4/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix memory leak when rewrite config filezhaozhao.zz2019-05-071-4/+3
|/ / / /
* | | | Merge pull request #6070 from oranagra/stabilize_repl_testsSalvatore Sanfilippo2019-05-063-4/+34
|\ \ \ \
| * | | | make replication tests more stable on slow machinesOran Agra2019-05-053-4/+34
| |/ / /
* | | | Threaded IO: handleClientsWithPendingReadsUsingThreads top comment.antirez2019-05-061-0/+6
* | | | Threaded IO: configuration directive for turning on/off reads.antirez2019-05-061-0/+6
* | | | Threaded IO: ability to disable reads from threaded path.antirez2019-05-063-1/+5
* | | | Threaded IO: put fflush() inside tio_debug conditional.antirez2019-05-061-2/+2
* | | | Threaded IO: parsing WIP 2: refactoring to parse from thread.antirez2019-05-062-28/+60
* | | | Threaded IO: parsing WIP 1: set current_client in a better scoped way.antirez2019-05-061-11/+12
* | | | Threaded IO: logging should be safe in I/O threads.antirez2019-05-061-3/+2
* | | | Threaded IO: process read queue before stopping threads.antirez2019-05-061-1/+6
* | | | Threaded IO: read side WIP 3.antirez2019-05-063-6/+55
* | | | Threaded IO: read side WIP 2.antirez2019-05-061-7/+23
* | | | Threaded IO: read side WIP.antirez2019-05-064-46/+75
* | | | Threaded IO: hide more debugging printfs under conditional.antirez2019-05-061-2/+2
* | | | Threaded IO: make num of I/O threads configurable.antirez2019-05-064-2/+10
* | | | Threaded IO: use main thread if num of threads is 1.antirez2019-05-061-2/+11
* | | | Threaded IO: stop threads when no longer needed + C11 in Makefile.Ubuntu2019-05-064-6/+29