From bda79c2d7b9ebbd14a03f9fc2ac5b3e5218b928d Mon Sep 17 00:00:00 2001 From: zeekling Date: Sun, 22 Oct 2023 10:45:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Hadoop=E7=9B=B8=E5=85=B3TODO?= =?UTF-8?q?=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://git.zeekling.cn/zeekling/todo/pulls/17 --- README.md | 5 +++-- hadoop/2023/README.md | 8 ++++++++ hadoop/README.md | 4 ++++ jedis/2021/README.md | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 hadoop/2023/README.md create mode 100644 hadoop/README.md diff --git a/README.md b/README.md index 52e5e09..bfce152 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# todo +# TODO -|开源项目TODO | 描述 | +| TODO | 描述 | |---|---| |[Jedis](https://github.com/redis/jedis) | Jedis is a blazingly small and sane Redis java client. | +| Hadoop | 熟悉Hadoop | diff --git a/hadoop/2023/README.md b/hadoop/2023/README.md new file mode 100644 index 0000000..b4c75a8 --- /dev/null +++ b/hadoop/2023/README.md @@ -0,0 +1,8 @@ + +## 2023年 + +| TODO | 备注| +|-----|-----| +| 入门Hadoop | 入门Hadoop | +| 学习Hadoop源码 | | + diff --git a/hadoop/README.md b/hadoop/README.md new file mode 100644 index 0000000..3cc9660 --- /dev/null +++ b/hadoop/README.md @@ -0,0 +1,4 @@ +# Hadoop 相关的TODO + +- [2023年](./2023/README.md) + diff --git a/jedis/2021/README.md b/jedis/2021/README.md index a6a2bf0..d47962c 100644 --- a/jedis/2021/README.md +++ b/jedis/2021/README.md @@ -1,8 +1,8 @@ ## 2021年TODO -| TODO | MR | 备注 -|--- |--- +| TODO | MR | 备注| +|-----|------|-----| | [migrate函数支持byte](https://github.com/redis/jedis/issues/2688) | https://github.com/redis/jedis/pull/2689 | 已合入 | | 支持[XINFO STREAM FULL](https://redis.io/commands/xinfo-stream) | https://github.com/redis/jedis/pull/2746 | 待合入 | | [ACL支持Pub/Sub channels](https://redis.io/commands/acl-getuser) | https://github.com/redis/jedis/pull/2750 | 待合入|