Skip to content

Commit

Permalink
blog: update redis analysis data
Browse files Browse the repository at this point in the history
Signed-off-by: frank-zsy <[email protected]>
  • Loading branch information
frank-zsy committed Sep 9, 2024
1 parent 5f0afbf commit 4b4e1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions blog/2024-04-04-redis-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import SimpleECharts from '@site/src/components/SimpleECharts';
<SimpleECharts divStyle={{ height: '450px' }} option={{
tooltip: { trigger: 'axis', axisPointer: { type: 'cross', label: { backgroundColor: '#6a7985' } } },
legend: {
data: ['Redis', 'AWS', 'Aliyun', 'Google', 'Tencent', 'Huawei', 'Ericsson', 'Netease', 'Mozilla', 'Meituan', 'Others']
data: ['antirez', 'Redis', 'AWS', 'Aliyun', 'Tencent', 'Huawei', 'Ericsson', 'Netease', 'Meituan', 'Others']
},
grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },
xAxis: [{ type: 'category', boundaryGap: false, data: [2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024] }],
yAxis: [{ type: 'value', min: 0, max: 100 }],
series: [{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[54.64,60.72,71.19,76.47,63.63,60.91,46.33,37.15]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[0,0,6.42,7.39,11.15,14.25,19.15,15.23]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[7.66,23.92,11.74,3.09,0,0,4.7,13.18]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,14.89,27.31]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,5.69,3.2,4.04,5.81,0]},{"name":"Mozilla","type":"line","stack":"Total","areaStyle":{},"data":[28.1,0,0,0,0,0,0,0]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,4.43,5.33,6.1,7.12]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[9.59,15.36,10.64,7.36,17.59,15.47,3.03,0]}]
series: [{"name":"antirez","type":"line","stack":"Total","areaStyle":{color:"#83D328"},"data":[36.31,41.55,39.29,13.96,0,0,0,0]},{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[18.34,19.17,31.91,62.51,63.63,60.91,46.33,37.15]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[0,0,6.42,7.39,11.15,14.25,19.15,15.23]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[7.66,23.92,11.74,3.09,0,0,4.7,13.18]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,14.89,27.31]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,5.69,3.2,4.04,5.81,0]},{"name":"Mozilla","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,4.43,5.33,6.1,7.12]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[37.69,15.36,10.64,7.36,17.59,15.47,3.03,0]}]
}} />

2020 年 6 月底,Redis 的最初作者 Salvatore Sanfilippo([@antirez](https://github.com/antirez))发表[博客](http://antirez.com/news/133)退出了 Redis 社区的日常维护工作,将社区维护任务交由当时还名为 RedisLabs 的 Yossi Gottlieb([@yossigo](https://github.com/yossigo))和 Oran Agra([@oranagra](https://github.com/oranagra)),同一时间上述两人[发文](https://redis.com/blog/new-governance-for-redis/)表示将开启新的社区治理模式,并与 Itamar Haber([@itamarhaber](https://github.com/itamarhaber))率先组成 Redis 社区的核心开发小组,[次月](https://redis.com/blog/redis-core-team-update/) AWS 的 Madelyn Olson([@madolson](https://github.com/madolson))和阿里云的赵钊([@soloestoy](https://github.com/soloestoy))加入核心开发小组,而这个五人小组也是直到这次 Redis 修改许可证之前一直稳定的 Redis 社区的核心小组。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import SimpleECharts from '@site/src/components/SimpleECharts';
<SimpleECharts divStyle={{ height: '450px' }} option={{
tooltip: { trigger: 'axis', axisPointer: { type: 'cross', label: { backgroundColor: '#6a7985' } } },
legend: {
data: ['Redis', 'AWS', 'Aliyun', 'Google', 'Tencent', 'Huawei', 'Ericsson', 'Netease', 'Mozilla', 'Meituan', 'Others']
data: ['antirez', 'Redis', 'AWS', 'Aliyun', 'Tencent', 'Huawei', 'Ericsson', 'Netease', 'Meituan', 'Others']
},
grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },
xAxis: [{ type: 'category', boundaryGap: false, data: [2020, 2021, 2022, 2023, 2024] }],
yAxis: [{ type: 'value', min: 0, max: 100 }],
series: [{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[54.64,60.72,71.19,76.47,63.63,60.91,46.33,37.15]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[0,0,6.42,7.39,11.15,14.25,19.15,15.23]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[7.66,23.92,11.74,3.09,0,0,4.7,13.18]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,14.89,27.31]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,5.69,3.2,4.04,5.81,0]},{"name":"Mozilla","type":"line","stack":"Total","areaStyle":{},"data":[28.1,0,0,0,0,0,0,0]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,4.43,5.33,6.1,7.12]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[9.59,15.36,10.64,7.36,17.59,15.47,3.03,0]}]
series: [{"name":"antirez","type":"line","stack":"Total","areaStyle":{color:"#83D328"},"data":[36.31,41.55,39.29,13.96,0,0,0,0]},{"name":"Redis","type":"line","stack":"Total","areaStyle":{},"data":[18.34,19.17,31.91,62.51,63.63,60.91,46.33,37.15]},{"name":"AWS","type":"line","stack":"Total","areaStyle":{},"data":[0,0,6.42,7.39,11.15,14.25,19.15,15.23]},{"name":"Aliyun","type":"line","stack":"Total","areaStyle":{},"data":[7.66,23.92,11.74,3.09,0,0,4.7,13.18]},{"name":"Google","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Tencent","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,14.89,27.31]},{"name":"Huawei","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,5.69,3.2,4.04,5.81,0]},{"name":"Mozilla","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,0,0,0,0]},{"name":"Ericsson","type":"line","stack":"Total","areaStyle":{},"data":[0,0,0,0,4.43,5.33,6.1,7.12]},{"name":"Others","type":"line","stack":"Total","areaStyle":{},"data":[37.69,15.36,10.64,7.36,17.59,15.47,3.03,0]}]
}} />

At the end of June 2020, Salvatore Sanfilippo (@antirez), the original author of Redis, announced in a [blog post](http://antirez.com/news/133) that he was stepping down from maintenance work of the Redis community, handing over the community maintenance tasks to Yossi Gottlieb (@yossigo) and Oran Agra (@oranagra) from the then-called RedisLabs. At the same time, the aforementioned duo published an [article](https://redis.com/blog/new-governance-for-redis/) stating the initiation of a new community governance model, and together with Itamar Haber (@itamarhaber), formed the core development team of the Redis community. [The following month](https://redis.com/blog/redis-core-team-update/), Madelyn Olson (@madolson) from AWS and Zhao Zhao (@soloestoy) from Alibaba Cloud joined the core development team, which remained stable until the recent license change of Redis.
Expand Down

0 comments on commit 4b4e1e6

Please sign in to comment.