summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5339 from vrana/master-replicamaster-replicaSalvatore Sanfilippo2018-09-112-5/+5
|\
| * Slave removal: capitalize ReplicaJakub Vrana2018-09-112-5/+5
|/
* Slave removal: remove slave from integration tests descriptions.antirez2018-09-118-36/+36
* Slave removal: remove slave from top-level tests descriptions.antirez2018-09-113-12/+12
* Slave removal: remove slave from object.c.antirez2018-09-111-1/+1
* Slave removal: remove slave from the README.antirez2018-09-111-7/+7
* Slave removal: server.c logs fixed.antirez2018-09-111-5/+5
* Slave removal: remove slave from sentinel.conf when possible.antirez2018-09-101-18/+18
* Slave removal: replace very few things in Sentinel.antirez2018-09-101-8/+12
* Slave removal: scripting.c logs and other stuff fixed.antirez2018-09-101-2/+6
* Slave removal: replication.c logs fixed.antirez2018-09-101-35/+35
* Slave removal: networking.c logs fixed.antirez2018-09-101-5/+5
* Slave removal: blocked.c logs fixed.antirez2018-09-101-1/+1
* Slave removal: Make obvious in redis.conf what a replica is.antirez2018-09-101-0/+5
* Slave removal: slave mode -> replica mode text in redis-cli.antirez2018-09-101-1/+1
* Slave removal: fix typo of replicaof.antirez2018-09-101-1/+1
* Slave removal: slave -> replica in redis.conf and output buffer option.antirez2018-09-103-129/+132
* Slave removal: config.c converted + config rewriting hacks.antirez2018-09-101-38/+117
* Slave removal: Convert cluster.c log messages and command names.antirez2018-09-101-11/+12
* Slave removal: redis-cli --slave -> --replica.antirez2018-09-101-1/+3
* Slave removal: SLAVEOF -> REPLICAOF. SLAVEOF is now an alias.antirez2018-09-103-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
|/ / /