summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ACL LOG: make max log entries configurable.acl-logantirez2020-02-044-0/+19
* ACL LOG: test for AUTH reason.antirez2020-02-041-0/+9
* ACL LOG: log failed auth attempts.antirez2020-02-045-12/+34
* ACL LOG: implement a few basic tests.antirez2020-01-301-0/+87
* ACL LOG: also log ACL errors in the scripting/MULTI ctx.antirez2020-01-302-2/+6
* ACL LOG: implement LOG RESET.antirez2020-01-291-2/+6
* ACL LOG: group similar entries in a given time delta.antirez2020-01-291-3/+58
* ACL LOG: actually emit entries.antirez2020-01-283-5/+34
* ACL LOG: implement ACL LOG subcommadn skeleton.antirez2020-01-281-0/+37
* ACL LOG: data structures and initial functions.antirez2020-01-275-5/+54
* Change error message for #6775.antirez2020-01-151-2/+2
* Merge pull request #6775 from SqREL/make-error-of-invalid-command-withing-con...Salvatore Sanfilippo2020-01-151-1/+4
|\
| * Make error when submitting command in incorrect context more explicitVasyl Melnychuk2020-01-101-1/+4
* | Document I/O threads in redis.conf.antirez2020-01-131-0/+46
* | Setting N I/O threads should mean N-1 additional + 1 main thread.antirez2020-01-131-22/+25
* | Simplify #6379 changes.antirez2020-01-132-9/+4
* | Merge pull request #6739 from trevor211/fixMemoryLeakSalvatore Sanfilippo2020-01-133-6/+25
|\ \
| * | Free allocated sds in pfdebugCommand() to avoid memory leak.WuYunlong2020-01-071-0/+1
| * | Fix potential memory leak of clusterLoadConfig().WuYunlong2020-01-071-5/+20
| * | Fix potential memory leak of rioWriteBulkStreamID().WuYunlong2020-01-061-1/+4
* | | Jump to right label on AOF parsing error.antirez2020-01-131-4/+6
* | | Port PR #6110 to new connection object code.antirez2020-01-131-2/+2
* | | A few comments about main thread serving I/O as well.antirez2020-01-131-1/+7
* | | Merge pull request #6110 from soloestoy/enhance-io-threadedSalvatore Sanfilippo2020-01-131-3/+18
|\ \ \ | |_|/ |/| |
| * | Threaded IO: use main thread to handle read workzhaozhao.zz2019-05-211-1/+8
| * | Threaded IO: use main thread to handle write workzhaozhao.zz2019-05-211-2/+10
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-01-103-2/+9
|\ \ \
| * \ \ Merge pull request #6114 from ShooterIT/async-rename-rdbSalvatore Sanfilippo2020-01-101-0/+7
| |\ \ \
| | * | | Rename rdb asynchronouslyShooterIT2019-12-311-0/+7
| * | | | Merge pull request #6746 from leomurillo/unstableSalvatore Sanfilippo2020-01-101-1/+1
| |\ \ \ \
| | * | | | Fix bug on KEYS command where pattern starts with * followed by \x00 (null ch...Leo Murillo2020-01-071-1/+1
| | | |_|/ | | |/| |
| * | | | Merge pull request #6457 from IAmATeaPot418/patch-1Salvatore Sanfilippo2020-01-101-1/+1
| |\ \ \ \
| | * | | | Update to directive in redis.conf (missing s)Jamie Scott2019-10-161-1/+1
* | | | | | Free fakeclient argv on AOF error.antirez2020-01-101-3/+11
* | | | | | Git ignore: ignore more files.antirez2020-01-101-0/+2
|/ / / / /
* | | | | Merge pull request #6703 from guybe7/blocking_xread_empty_replySalvatore Sanfilippo2020-01-093-10/+44
|\ \ \ \ \
| * | | | | Blocking XREAD[GROUP] should always reply with valid data (or timeout)Guy Benoish2019-12-303-10/+44
* | | | | | Merge pull request #6724 from JohnSully/incrementalSalvatore Sanfilippo2020-01-092-1/+6
|\ \ \ \ \ \
| * | | | | | Add support for incremental build with header filesJohn Sully2020-01-012-1/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6715 from trevor211/fixPotentialClusterLinkErrorSalvatore Sanfilippo2020-01-091-0/+4
|\ \ \ \ \ \
| * | | | | | Fix petential cluster link error.WuYunlong2019-12-311-0/+4
| |/ / / / /
* | | | | | Merge pull request #6698 from yossigo/ctx-flags-multi-dirtySalvatore Sanfilippo2020-01-082-0/+8
|\ \ \ \ \ \
| * | | | | | Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.Yossi Gottlieb2019-12-232-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6748 from hwware/typofixSalvatore Sanfilippo2020-01-081-2/+2
|\ \ \ \ \ \
| * | | | | | typo fix in acl.chwware2020-01-071-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6735 from itamarhaber/io-threadsSalvatore Sanfilippo2020-01-081-1/+1
|\ \ \ \ \ \
| * | | | | | Adjusts 'io_threads_num' max to 128Itamar Haber2020-01-041-1/+1
| |/ / / / /
* | | | | | Merge pull request #6743 from yz1509/unstableSalvatore Sanfilippo2020-01-081-1/+1
|\ \ \ \ \ \
| * | | | | | avoid sentinel changes promoted_slave to be its own replica.yz15092020-01-071-1/+1
| |/ / / / /
* | | | | | XCLAIM: Create the consumer only on successful claims.antirez2020-01-081-2/+4
|/ / / / /