summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Slave removal: scripting.c logs and other stuff fixed.antirez2018-09-111-2/+6
* Slave removal: replication.c logs fixed.antirez2018-09-111-35/+35
* Slave removal: networking.c logs fixed.antirez2018-09-111-5/+5
* Slave removal: blocked.c logs fixed.antirez2018-09-111-1/+1
* Slave removal: Make obvious in redis.conf what a replica is.antirez2018-09-111-0/+5
* Slave removal: slave mode -> replica mode text in redis-cli.antirez2018-09-111-1/+1
* Slave removal: fix typo of replicaof.antirez2018-09-111-1/+1
* Slave removal: slave -> replica in redis.conf and output buffer option.antirez2018-09-113-129/+132
* Slave removal: config.c converted + config rewriting hacks.antirez2018-09-111-38/+117
* Slave removal: Convert cluster.c log messages and command names.antirez2018-09-111-11/+12
* Slave removal: redis-cli --slave -> --replica.antirez2018-09-111-1/+3
* Slave removal: SLAVEOF -> REPLICAOF. SLAVEOF is now an alias.antirez2018-09-113-3/+4
* Merge pull request #5307 from mesbahamin/use_geohash_defines_in_checkSalvatore Sanfilippo2018-09-071-2/+2
|\
| * Use geohash limit defines in constraint checkAmin Mesbah2018-09-021-2/+2
* | Merge pull request #5239 from jeffreylovitz/cli-help-fixSalvatore Sanfilippo2018-09-071-1/+1
|\ \
| * | CLI Help text loop verifies arg countJeffrey Lovitz2018-08-121-1/+1
* | | Merge pull request #5322 from youjiali1995/fix-sentinel-randomizeSalvatore Sanfilippo2018-09-071-3/+1
|\ \ \
| * | | sentinel: fix randomized sentinelTimer.youjiali19952018-09-051-3/+1
* | | | Merge pull request #5324 from youjiali1995/fix-bioSalvatore Sanfilippo2018-09-071-3/+3
|\ \ \ \
| * | | | bio: fix bioWaitStepOfType.youjiali19952018-09-051-3/+3
| |/ / /
* | | | Merge pull request #5331 from Weiliang-Li/patch-redis-cliSalvatore Sanfilippo2018-09-061-1/+1
|\ \ \ \
| * | | | fix usage typo in redis-cliWeiliang Li2018-09-061-1/+1
|/ / / /
* | | | 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-041-0/+2
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-09-042-2/+2
|\ \ \
| * \ \ Merge pull request #5304 from soloestoy/fix-unexpected-readlenSalvatore Sanfilippo2018-09-041-1/+1
| |\ \ \
| | * | | networking: fix unexpected negative or zero readlenzhaozhao.zz2018-08-311-1/+1
| * | | | Merge pull request #5321 from maya-rv/patch-1Salvatore Sanfilippo2018-09-041-1/+1
| |\ \ \ \
| | * | | | Fix typomaya-rv2018-09-041-1/+1
* | | | | | #5299 Fix blocking XREAD for streams that ran drySascha Roland2018-09-041-2/+2
|/ / / / /
* | | | | Merge pull request #5315 from soloestoy/optimize-parsing-large-bulkSalvatore Sanfilippo2018-09-041-10/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | networking: optimize parsing large bulk greater than 32kzhaozhao.zz2018-09-041-10/+13
| | |_|/ | |/| |
* | | | Unblocked clients API refactoring. See #4418.antirez2018-09-034-15/+33
* | | | Merge pull request #4418 from soloestoy/fix-multiple-unblockSalvatore Sanfilippo2018-09-032-4/+4
|\ \ \ \
| * | | | if master is already unblocked, do not unblock it twicezhaozhao.zz2018-09-031-1/+1
| * | | | fix multiple unblock for clientsArePaused()zhaozhao.zz2018-09-031-3/+3
| |/ / /
* | | | Make pending buffer processing safe for CLIENT_MASTER client.antirez2018-09-033-13/+22
|/ / /
* | | Test: processing of master stream in slave -BUSY state.antirez2018-08-311-0/+44
* | | After slave Lua script leaves busy state, re-process the master buffer.antirez2018-08-312-2/+5
* | | While the slave is busy, just accumulate master input.antirez2018-08-312-1/+6
* | | Allow scripts to timeout even if from the master instance.antirez2018-08-311-11/+6
* | | Allow scripts to timeout on slaves as well.antirez2018-08-312-3/+10
* | | Merge pull request #5268 from 0xtonyxia/fix-latency-cmd-comments2Salvatore Sanfilippo2018-08-291-1/+2
|\ \ \
| * | | Revise the comments of latency command.dejun.xdj2018-08-221-1/+2
| | |/ | |/|
* | | Merge pull request #4216 from lamby/did-not-received-typosSalvatore Sanfilippo2018-08-296-10/+10
|\ \ \
| * | | Correct "did not received" -> "did not receive" typos/grammar.Chris Lamb2018-08-266-10/+10