summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix crashes related to failed/rejected accepts.Yossi Gottlieb2020-03-221-5/+6
| * | | | | | Cluster: fix misleading accept errors.Yossi Gottlieb2020-03-221-3/+4
| * | | | | | Conns: Fix connClose() / connAccept() behavior.Yossi Gottlieb2020-03-223-32/+48
* | | | | | | Merge pull request #7019 from hwware/cscfixSalvatore Sanfilippo2020-03-231-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | remove redundant Semicolonhwware2020-03-231-1/+1
| * | | | | | clean CLIENT_TRACKING_CACHING flag when disabled cachinghwware2020-03-231-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #7013 from hwware/clusterhelpfixSalvatore Sanfilippo2020-03-201-1/+2
|\ \ \ \ \ \
| * | | | | | add missing commands in cluster helphwware2020-03-201-1/+2
| |/ / / / /
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-206-4/+102
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #6996 from artix75/redis_cli_proxy_infoSalvatore Sanfilippo2020-03-181-1/+5
| |\ \ \ \ \
| | * | | | | Support Redis Cluster Proxy PROXY INFO commandartix2020-03-161-1/+5
| * | | | | | Merge pull request #7000 from ppillip/patch-1Salvatore Sanfilippo2020-03-181-1/+1
| |\ \ \ \ \ \
| | * | | | | | Update redis.conf박승현2020-03-181-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #7001 from trevor211/fixDataInconsistencySalvatore Sanfilippo2020-03-184-2/+96
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix master replica inconsistency for upgrading scenario.WuYunlong2020-03-183-2/+9
| | * | | | | Add 14-consistency-check.tcl to prove there is a data consistency issue.WuYunlong2020-03-181-0/+87
| |/ / / / /
* | | | | | Regression test for #7011.antirez2020-03-201-0/+7
* | | | | | ACL: default user off should not allow automatic authentication.antirez2020-03-202-2/+3
|/ / / / /
* | | | | Sentinel: document auth-user directive.antirez2020-03-161-0/+12
* | | | | ACL: Make Redis 6 more backward compatible with requirepass.antirez2020-03-164-15/+17
* | | | | Sentinel: implement auth-user directive for ACLs.antirez2020-03-161-7/+38
|/ / / /
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-162-6/+14
|\ \ \ \
| * \ \ \ Merge pull request #6991 from soloestoy/io-threads-bugfixSalvatore Sanfilippo2020-03-161-5/+11
| |\ \ \ \
| | * | | | Threaded IO: bugfix client kill may crash rediszhaozhao.zz2020-03-151-5/+11
| * | | | | Merge pull request #6993 from soloestoy/optimize-threaded-ioSalvatore Sanfilippo2020-03-161-1/+3
| |\ \ \ \ \
| | * | | | | Threaded IO: handle pending reads clients ASAP after event loopzhaozhao.zz2020-03-161-1/+3
* | | | | | | Example sentinel conf: document requirepass.antirez2020-03-161-0/+8
|/ / / / / /
* | | | | | Aesthetic changes in PR #6989.antirez2020-03-151-5/+9
* | | | | | Merge pull request #6989 from soloestoy/io-threads-bugfixSalvatore Sanfilippo2020-03-151-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Threaded IO: bugfix #6988 process events while blockedzhaozhao.zz2020-03-151-0/+5
|/ / / /
* | | | Restore newline at the end of redis-cli.cantirez2020-03-131-1/+2
* | | | Merge pull request #6918 from chendq8/fixModuleUnregisterUsedApiSalvatore Sanfilippo2020-03-131-1/+1
|\ \ \ \
| * | | | use correct list for moduleUnregisterUsedAPIchendianqiang2020-02-221-1/+1
| * | | | Merge pull request #3 from antirez/unstablechendianqiang2020-02-22208-4188/+22096
| |\ \ \ \
* | \ \ \ \ Merge pull request #6961 from guodongxiaren/prSalvatore Sanfilippo2020-03-131-1/+1
|\ \ \ \ \ \
| * | | | | | string literal should be const char*guodongxiaren2020-03-071-1/+1
* | | | | | | Merge pull request #6976 from itamarhaber/ksn-patchSalvatore Sanfilippo2020-03-131-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Adds keyspace notifications to migrate and restoreItamar Haber2020-03-111-1/+3
* | | | | | | | Merge pull request #6977 from yangbodong22011/fix-makefile-duplicate-objSalvatore Sanfilippo2020-03-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove duplicate obj files in Makefilebodong.ybd2020-03-121-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #6974 from yangbodong22011/fix-tcl-test-host-optionSalvatore Sanfilippo2020-03-132-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bug of tcl test using external serverbodong.ybd2020-03-112-2/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #6980 from fengpf/fix_latency_commentsSalvatore Sanfilippo2020-03-132-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix comments in latency.cfengpf2020-03-122-1/+2
| |/ / / / / / /
* | | | | | | | Update linenoise.antirez2020-03-121-1/+2
* | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-128-8/+106
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #6834 from lifubang/askpasswordSalvatore Sanfilippo2020-03-105-5/+78
| |\ \ \ \ \ \ \
| | * | | | | | | add askpass modelifubang2020-03-051-1/+19
| | * | | | | | | update linenoise to https://github.com/antirez/linenoise/tree/fc9667a81d43911...lifubang2020-03-054-4/+59
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge pull request #6950 from IAmATeaPot418/patch-2Salvatore Sanfilippo2020-03-101-3/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |