summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | stop ping when client pausechendianqiang2019-04-171-1/+1
* | | | | Make comment in getClientOutputBufferMemoryUsage() describing the present.antirez2019-05-131-8/+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
| |/ / / / / / /
* | | | | | | | Enlarge error buffer in redis-check-aof.c to remove compiler warning of outpu...Angus Pearson2019-05-081-1/+1
|/ / / / / / /
* | | | | | | fix memory leak when rewrite config filezhaozhao.zz2019-05-071-4/+3
| |/ / / / / |/| | | | |
* | | | | | 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
* | | | | | Threaded IO: 3rd version: use the mutex only to stop the thread.antirez2019-05-061-19/+33
* | | | | | Threaded IO: second attempt without signaling conditions.antirez2019-05-062-52/+56
* | | | | | Threaded IO: allow to disable debug printf.antirez2019-05-061-10/+12
* | | | | | Threaded IO: implement handleClientsWithPendingWritesUsingThreads().antirez2019-05-063-9/+162
|/ / / / /
* | | | | Merge pull request #6051 from vattezhang/unstableSalvatore Sanfilippo2019-05-021-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: benchmark auth fails when server have requirepassvattezhang2019-04-261-0/+13
| * | | | updatevattezhang2019-04-261-5/+0
| * | | | Merge github.com:antirez/redis into unstablevattezhang2019-04-2631-111/+672
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | fix: fix benchmark cannot exit when NOAUTH err happensvattezhang2019-03-131-3/+2
| * | | | Merge branch 'unstable' of github.com:antirez/redis into unstablevattezhang2019-03-1312-74/+151
| |\ \ \ \
| * \ \ \ \ Merge branch 'unstable' of github.com:antirez/redis into unstablevattezhang2019-03-1216-282/+2684
| |\ \ \ \ \
| * | | | | | fix: fix sentinel command table and new flags formatvattezhang2019-02-272-4/+10
| * | | | | | benchmark: add auth check in benchmarkvattezhang2019-02-181-0/+6
* | | | | | | Merge pull request #5971 from devnexen/unstableSalvatore Sanfilippo2019-04-261-0/+1
|\ \ \ \ \ \ \
| * | | | | | | build fixDavid Carlier2019-03-281-0/+1