Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fix crashes related to failed/rejected accepts. | Yossi Gottlieb | 2020-03-22 | 1 | -5/+6 | |
| * | | | | | | Cluster: fix misleading accept errors. | Yossi Gottlieb | 2020-03-22 | 1 | -3/+4 | |
| * | | | | | | Conns: Fix connClose() / connAccept() behavior. | Yossi Gottlieb | 2020-03-22 | 3 | -32/+48 | |
* | | | | | | | Merge pull request #7019 from hwware/cscfix | Salvatore Sanfilippo | 2020-03-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | remove redundant Semicolon | hwware | 2020-03-23 | 1 | -1/+1 | |
| * | | | | | | clean CLIENT_TRACKING_CACHING flag when disabled caching | hwware | 2020-03-23 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #7013 from hwware/clusterhelpfix | Salvatore Sanfilippo | 2020-03-20 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add missing commands in cluster help | hwware | 2020-03-20 | 1 | -1/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-03-20 | 6 | -4/+102 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge pull request #6996 from artix75/redis_cli_proxy_info | Salvatore Sanfilippo | 2020-03-18 | 1 | -1/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Support Redis Cluster Proxy PROXY INFO command | artix | 2020-03-16 | 1 | -1/+5 | |
| * | | | | | | Merge pull request #7000 from ppillip/patch-1 | Salvatore Sanfilippo | 2020-03-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update redis.conf | 박승현 | 2020-03-18 | 1 | -1/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge pull request #7001 from trevor211/fixDataInconsistency | Salvatore Sanfilippo | 2020-03-18 | 4 | -2/+96 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Fix master replica inconsistency for upgrading scenario. | WuYunlong | 2020-03-18 | 3 | -2/+9 | |
| | * | | | | | Add 14-consistency-check.tcl to prove there is a data consistency issue. | WuYunlong | 2020-03-18 | 1 | -0/+87 | |
| |/ / / / / | ||||||
* | | | | | | Regression test for #7011. | antirez | 2020-03-20 | 1 | -0/+7 | |
* | | | | | | ACL: default user off should not allow automatic authentication. | antirez | 2020-03-20 | 2 | -2/+3 | |
|/ / / / / | ||||||
* | | | | | Sentinel: document auth-user directive. | antirez | 2020-03-16 | 1 | -0/+12 | |
* | | | | | ACL: Make Redis 6 more backward compatible with requirepass. | antirez | 2020-03-16 | 4 | -15/+17 | |
* | | | | | Sentinel: implement auth-user directive for ACLs. | antirez | 2020-03-16 | 1 | -7/+38 | |
|/ / / / | ||||||
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-03-16 | 2 | -6/+14 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #6991 from soloestoy/io-threads-bugfix | Salvatore Sanfilippo | 2020-03-16 | 1 | -5/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Threaded IO: bugfix client kill may crash redis | zhaozhao.zz | 2020-03-15 | 1 | -5/+11 | |
| * | | | | | Merge pull request #6993 from soloestoy/optimize-threaded-io | Salvatore Sanfilippo | 2020-03-16 | 1 | -1/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Threaded IO: handle pending reads clients ASAP after event loop | zhaozhao.zz | 2020-03-16 | 1 | -1/+3 | |
* | | | | | | | Example sentinel conf: document requirepass. | antirez | 2020-03-16 | 1 | -0/+8 | |
|/ / / / / / | ||||||
* | | | | | | Aesthetic changes in PR #6989. | antirez | 2020-03-15 | 1 | -5/+9 | |
* | | | | | | Merge pull request #6989 from soloestoy/io-threads-bugfix | Salvatore Sanfilippo | 2020-03-15 | 1 | -0/+5 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | Threaded IO: bugfix #6988 process events while blocked | zhaozhao.zz | 2020-03-15 | 1 | -0/+5 | |
|/ / / / | ||||||
* | | | | Restore newline at the end of redis-cli.c | antirez | 2020-03-13 | 1 | -1/+2 | |
* | | | | Merge pull request #6918 from chendq8/fixModuleUnregisterUsedApi | Salvatore Sanfilippo | 2020-03-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | use correct list for moduleUnregisterUsedAPI | chendianqiang | 2020-02-22 | 1 | -1/+1 | |
| * | | | | Merge pull request #3 from antirez/unstable | chendianqiang | 2020-02-22 | 208 | -4188/+22096 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge pull request #6961 from guodongxiaren/pr | Salvatore Sanfilippo | 2020-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | string literal should be const char* | guodongxiaren | 2020-03-07 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #6976 from itamarhaber/ksn-patch | Salvatore Sanfilippo | 2020-03-13 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Adds keyspace notifications to migrate and restore | Itamar Haber | 2020-03-11 | 1 | -1/+3 | |
* | | | | | | | | Merge pull request #6977 from yangbodong22011/fix-makefile-duplicate-obj | Salvatore Sanfilippo | 2020-03-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove duplicate obj files in Makefile | bodong.ybd | 2020-03-12 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #6974 from yangbodong22011/fix-tcl-test-host-option | Salvatore Sanfilippo | 2020-03-13 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix bug of tcl test using external server | bodong.ybd | 2020-03-11 | 2 | -2/+8 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #6980 from fengpf/fix_latency_comments | Salvatore Sanfilippo | 2020-03-13 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix comments in latency.c | fengpf | 2020-03-12 | 2 | -1/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Update linenoise. | antirez | 2020-03-12 | 1 | -1/+2 | |
* | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-03-12 | 8 | -8/+106 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #6834 from lifubang/askpassword | Salvatore Sanfilippo | 2020-03-10 | 5 | -5/+78 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | add askpass mode | lifubang | 2020-03-05 | 1 | -1/+19 | |
| | * | | | | | | | update linenoise to https://github.com/antirez/linenoise/tree/fc9667a81d43911... | lifubang | 2020-03-05 | 4 | -4/+59 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #6950 from IAmATeaPot418/patch-2 | Salvatore Sanfilippo | 2020-03-10 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | |