Skip to content

Commit 9d57507

Browse files
Copilotchejinge
andauthored
docs: revise MAINTAINERS.md - correct maintainers list and simplify committers table
Agent-Logs-Url: https://github.com/OpenAtomFoundation/pikiwidb/sessions/b3ed61ce-3d05-4153-a320-a6cf9f189f1b Co-authored-by: chejinge <[email protected]>
1 parent 6338897 commit 9d57507

1 file changed

Lines changed: 51 additions & 52 deletions

File tree

MAINTAINERS.md

Lines changed: 51 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -14,69 +14,68 @@ This document lists the maintainers, committers, and notable contributors of the
1414

1515
| GitHub ID | Name | Organization | Email |
1616
|-----------|------|--------------|-------|
17-
| [@chejinge](https://github.com/chejinge) | chejinge | 360 | [email protected] |
17+
| [@wangshao1](https://github.com/wangshao1) | wangshao1 | | |
1818
| [@Mixficsol](https://github.com/Mixficsol) | Mixficsol |||
19-
| [@cheniujh](https://github.com/cheniujh) | cheniujh | | |
19+
| [@chejinge](https://github.com/chejinge) | chejinge | 360 | [email protected] |
2020

2121
## Committers
2222

2323
Committers have a sustained history of high-quality contributions across multiple releases.
2424

25-
| GitHub ID | Name | Key Contribution Areas |
26-
|-----------|------|------------------------|
27-
| [@wangshao1](https://github.com/wangshao1) | wangshao1 | Floyd storage engine, master-slave replication, monitoring, performance |
28-
| [@buzhimingyonghu](https://github.com/buzhimingyonghu) | buzhimingyonghu | Pika-Operator (backup/recovery, scale-down), Pika-Exporter compatibility |
29-
| [@QlQlqiqi](https://github.com/QlQlqiqi) | QlQl | RedisCache large-key eviction, new compact strategies, CI |
30-
| [@YuCai18](https://github.com/YuCai18) | Yu Cai (蔡煜) | Bug fixes (getrange/setrange crash, zadd, password auth, logging) |
31-
| [@chenbt-hz](https://github.com/chenbt-hz) | chenbt | ZSet command fixes, blob-cache, Codis dashboard, pika_exporter |
32-
| [@XiaoLiang2333](https://github.com/XiaoLiang2333) | DawnBeams | Pika-Operator (kubeblocks upgrade, master-slave mode, log cleanup) |
33-
| [@luky116](https://github.com/luky116) | JayLiu | Redis transactions, ACL, benchmarking, Floyd TTL, Docker docs |
34-
| [@dingxiaoshuai123](https://github.com/dingxiaoshuai123) | dingxiaoshuai | Fast/slow command separation, Codis-proxy monitoring, pika_exporter, Go tests |
35-
| [@lqxhub](https://github.com/lqxhub) | lqxhub | ACL support, FreeBSD compilation, cache flag fixes |
36-
| [@chengyu-l](https://github.com/chengyu-l) | chengyu-l | Codis auto failover, dashboard panic recovery, network metrics, Codis CPU fixes |
37-
| [@baerwang](https://github.com/baerwang) | baerwang | GitHub Actions CI/CD, build caching, release packaging, PR lint |
38-
| [@tsinow](https://github.com/tsinow) | tsinow | Go tests for complex data types and management commands |
39-
| [@saz97](https://github.com/saz97) | saz97 | TCL tests for Geo, HyperLogLog/String type isolation |
40-
| [@u6th9d](https://github.com/u6th9d) | u6th9d | CompactRange command, small-time compaction policy, data type overflow fixes |
41-
| [@ForestLH](https://github.com/ForestLH) | ForestLH | Redis MULTI/EXEC transaction support, master-slave deadlock fix |
42-
| [@Tianpingan](https://github.com/Tianpingan) | Tianpingan | Dynamic flush/compaction thread tuning, work-queue length monitoring |
43-
| [@machinly](https://github.com/machinly) | machinly | Pika Operator cluster auto-scaling, K8s service auto-registration |
44-
| [@hero-heng](https://github.com/hero-heng) | hero-heng | bgsave unix timestamp, dynamic `disable_auto_compactions` support |
45-
| [@baixin01](https://github.com/baixin01) | baixin01 | RocksDB statistics tickers, full-sync data progress metrics |
25+
| GitHub ID | Name |
26+
|-----------|------|
27+
| [@wangshao1](https://github.com/wangshao1) | wangshao1 |
28+
| [@chejinge](https://github.com/chejinge) | chejinge |
29+
| [@Mixficsol](https://github.com/Mixficsol) | Mixficsol |
30+
| [@chenbt-hz](https://github.com/chenbt-hz) | chenbt |
31+
| [@guangkun123](https://github.com/guangkun123) | guangkun |
32+
| [@wanghenshui](https://github.com/wanghenshui) | wanghenshui |
33+
| [@QlQlqiqi](https://github.com/QlQlqiqi) | QlQl |
34+
| [@cheniujh](https://github.com/cheniujh) | cheniujh |
35+
| [@YuCai18](https://github.com/YuCai18) | Yu Cai |
36+
| [@XiaoLiang2333](https://github.com/XiaoLiang2333) | DawnBeams |
37+
| [@luky116](https://github.com/luky116) | JayLiu |
38+
| [@buzhimingyonghu](https://github.com/buzhimingyonghu) | buzhimingyonghu |
39+
| [@dingxiaoshuai123](https://github.com/dingxiaoshuai123) | dingxiaoshuai |
40+
| [@lqxhub](https://github.com/lqxhub) | lqxhub |
41+
| [@chengyu-l](https://github.com/chengyu-l) | chengyu-l |
42+
| [@baerwang](https://github.com/baerwang) | baerwang |
4643

4744
## Notable Contributors
4845

4946
The following contributors have made meaningful contributions to specific features, bug fixes, tests, or tooling.
5047

51-
| GitHub ID | Contribution Highlights |
52-
|-----------|------------------------|
53-
| [@vacheli](https://github.com/vacheli) | Partition index filtering, disk I/O speed limit (OnlyRead/OnlyWrite/ReadAndWrite), Codis dashboard master status fix |
54-
| [@bigdaronlee163](https://github.com/bigdaronlee163) | BlockCache calculation accuracy fix |
55-
| [@guangkun123](https://github.com/guangkun123) | Pika-port data migration error fix |
56-
| [@longfar-ncy](https://github.com/longfar-ncy) | pksetexat RedisCache consistency fix |
57-
| [@gukj-spel](https://github.com/gukj-spel) | Data race fix in Cmd initialization |
58-
| [@MalikHou](https://github.com/MalikHou) | Dynamic RocksDB Compaction strategy adjustment |
59-
| [@hahahashen](https://github.com/hahahashen) | Rpushx command cache update fix |
60-
| [@KKorpse](https://github.com/KKorpse) | Redis Stream data type support |
61-
| [@sjcsjc123](https://github.com/sjcsjc123) | Large key analysis tool |
62-
| [@JasirVoriya](https://github.com/JasirVoriya) | RocksDB upgrade to v8.7.3 |
63-
| [@HappyUncle](https://github.com/HappyUncle) | Dynamic `max-conn-rbuf-size` parameter support |
64-
| [@Y-Rookie](https://github.com/Y-Rookie) | Pika-Operator namespace support for multi-cluster deployment |
65-
| [@panlei-coder](https://github.com/panlei-coder) | Disable compaction on shutdown for faster exit |
66-
| [@tedli](https://github.com/tedli) | Block read traffic on slave during full replication |
67-
| [@chienguo](https://github.com/chienguo) | Codis `INFO` command support |
68-
| [@Polaris3003](https://github.com/Polaris3003) | Pika Exporter startup-without-params fix |
69-
| [@callme-taota](https://github.com/callme-taota) | RocksDB return value checking in commands |
70-
| [@jettcc](https://github.com/jettcc) | Configuration file parameter loading fix |
71-
| [@ForestLH](https://github.com/ForestLH) | Master-slave replication deadlock fix after flushdb |
72-
| [@xiezheng-XD](https://github.com/xiezheng-XD) | `make -j` parallel build speed improvement |
73-
| [@A2ureStone](https://github.com/A2ureStone) | macOS tools compilation fix |
74-
| [@klboke](https://github.com/klboke) | macOS development environment documentation |
75-
| [@wanghenshui](https://github.com/wanghenshui) | Code quality and miscellaneous fixes |
76-
| [@007gzs](https://github.com/007gzs) | Miscellaneous fixes |
77-
| [@VanessaXWGUO](https://github.com/VanessaXWGUO) | Miscellaneous contributions |
78-
| [@Z-G-H1](https://github.com/Z-G-H1) | Miscellaneous contributions |
79-
| [@pro-spild](https://github.com/pro-spild) | Miscellaneous contributions |
48+
| GitHub ID | Name |
49+
|-----------|------|
50+
| [@vacheli](https://github.com/vacheli) | vacheli |
51+
| [@bigdaronlee163](https://github.com/bigdaronlee163) | bigdaronlee163 |
52+
| [@longfar-ncy](https://github.com/longfar-ncy) | longfar-ncy |
53+
| [@gukj-spel](https://github.com/gukj-spel) | gukj-spel |
54+
| [@MalikHou](https://github.com/MalikHou) | MalikHou |
55+
| [@hahahashen](https://github.com/hahahashen) | hahahashen |
56+
| [@KKorpse](https://github.com/KKorpse) | KKorpse |
57+
| [@sjcsjc123](https://github.com/sjcsjc123) | sjcsjc123 |
58+
| [@JasirVoriya](https://github.com/JasirVoriya) | JasirVoriya |
59+
| [@HappyUncle](https://github.com/HappyUncle) | HappyUncle |
60+
| [@Y-Rookie](https://github.com/Y-Rookie) | Y-Rookie |
61+
| [@panlei-coder](https://github.com/panlei-coder) | panlei-coder |
62+
| [@tedli](https://github.com/tedli) | tedli |
63+
| [@chienguo](https://github.com/chienguo) | chienguo |
64+
| [@Polaris3003](https://github.com/Polaris3003) | Polaris3003 |
65+
| [@callme-taota](https://github.com/callme-taota) | callme-taota |
66+
| [@jettcc](https://github.com/jettcc) | jettcc |
67+
| [@ForestLH](https://github.com/ForestLH) | ForestLH |
68+
| [@tsinow](https://github.com/tsinow) | tsinow |
69+
| [@saz97](https://github.com/saz97) | saz97 |
70+
| [@u6th9d](https://github.com/u6th9d) | u6th9d |
71+
| [@Tianpingan](https://github.com/Tianpingan) | Tianpingan |
72+
| [@machinly](https://github.com/machinly) | machinly |
73+
| [@hero-heng](https://github.com/hero-heng) | hero-heng |
74+
| [@baixin01](https://github.com/baixin01) | baixin01 |
75+
| [@xiezheng-XD](https://github.com/xiezheng-XD) | xiezheng-XD |
76+
| [@A2ureStone](https://github.com/A2ureStone) | A2ureStone |
77+
| [@klboke](https://github.com/klboke) | klboke |
78+
| [@007gzs](https://github.com/007gzs) | 007gzs |
8079

8180
## Emeritus Maintainers
8281

0 commit comments

Comments
 (0)