summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0 RC5.5.0-rc5antirez2018-09-062-1/+208
* Document that effects replication is Redis 5 default.antirez2018-09-051-0/+8
* Fix scripting tests now that we default to commands repl.antirez2018-09-051-1/+8
* Use commands (effects) replication by default in scripts.antirez2018-09-053-1/+8
* Safer script stop condition on OOM.antirez2018-09-051-2/+5
* Propagate read-only scripts as SCRIPT LOAD.antirez2018-09-051-3/+16
* Don't perform eviction when re-entering the event loop.antirez2018-09-051-2/+7
* Clarify why remaining may be zero in readQueryFromClient().antirez2018-09-051-0/+2
* networking: fix unexpected negative or zero readlenzhaozhao.zz2018-09-051-1/+1
* Merge branch '5.0' of github.com:/antirez/redis into 5.0antirez2018-09-041-2/+2
|\
| * Merge pull request #5300 from SaschaRoland/xread-block-5299Salvatore Sanfilippo2018-08-311-2/+2
| |\
| | * #5299 Fix blocking XREAD for streams that ran drySascha Roland2018-08-291-2/+2
| |/
* | networking: optimize parsing large bulk greater than 32kzhaozhao.zz2018-09-041-10/+13
* | Unblocked clients API refactoring. See #4418.antirez2018-09-044-15/+33
* | if master is already unblocked, do not unblock it twicezhaozhao.zz2018-09-041-1/+1
* | fix multiple unblock for clientsArePaused()zhaozhao.zz2018-09-041-3/+3
* | Make pending buffer processing safe for CLIENT_MASTER client.antirez2018-09-043-13/+22
* | Test: processing of master stream in slave -BUSY state.antirez2018-09-041-0/+44
* | After slave Lua script leaves busy state, re-process the master buffer.antirez2018-09-042-2/+5
* | While the slave is busy, just accumulate master input.antirez2018-09-042-1/+6
* | Allow scripts to timeout even if from the master instance.antirez2018-09-041-11/+6
* | Allow scripts to timeout on slaves as well.antirez2018-09-042-3/+10
* | Revise the comments of latency command.dejun.xdj2018-09-041-1/+2
* | Correct "did not received" -> "did not receive" typos/grammar.Chris Lamb2018-09-046-10/+10
* | remove duplicate bind in sentinel.confzhaozhao.zz2018-09-041-10/+0
|/
* Add maxmemory slave behavior change in the change log.antirez2018-08-291-0/+8
* Supplement to PR #4835, just take info/memory/command as random commandszhaozhao.zz2018-08-291-3/+3
* some commands' flags should be set correctly, issue #4834zhaozhao.zz2018-08-291-14/+14
* Fix unstable tests on slow machines.Oran Agra2018-08-293-17/+23
* Document slave-ignore-maxmemory in redis.conf.antirez2018-08-291-0/+20
* Make slave-ignore-maxmemory configurable.antirez2018-08-291-0/+9
* Introduce repl_slave_ignore_maxmemory flag internally.antirez2018-08-293-0/+7
* Better variable meaning in processCommand().antirez2018-08-291-2/+2
* Re-apply rebased #2358.antirez2018-08-291-1/+1
* block: format codezhaozhao.zz2018-08-291-2/+2
* block: rewrite BRPOPLPUSH as RPOPLPUSH to propagatezhaozhao.zz2018-08-293-1/+5
* networking: make setProtocolError simple and clearzhaozhao.zz2018-08-291-13/+11
* networking: just move qb_pos instead of sdsrange in processInlineBufferzhaozhao.zz2018-08-291-3/+2
* networking: just return C_OK if multibulk processing saw a <= 0 length.zhaozhao.zz2018-08-291-5/+2
* adjust qbuf to 26 in test case for client listzhaozhao.zz2018-08-291-1/+1
* pipeline: do not sdsrange querybuf unless all commands processedzhaozhao.zz2018-08-292-40/+48
* Use SOURCE_DATE_EPOCH over unreproducible uname + date calls.Chris Lamb2018-08-291-0/+3
* Make some defaults explicit in the sentinel.conf for package maintainersChris Lamb2018-08-291-0/+25
* Streams: ID of xclaim command starts from the sixth argument.dejun.xdj2018-08-291-1/+1
* Fix stream command parasshenlongxing2018-08-292-7/+7
* Fix AOF comment to report the current behavior.antirez2018-08-291-1/+3
* Redis 5.0 RC4.5.0-rc4antirez2018-08-032-1/+1009
* Test suite: add --loop option.antirez2018-08-031-5/+12
* Test suite: new --stop option.antirez2018-08-031-4/+13
* Streams IDs parsing refactoring.antirez2018-08-021-17/+32