diff --git a/README.md b/README.md index 85dfcb7..52e5e09 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # todo +|开源项目TODO | 描述 | +|---|---| +|[Jedis](https://github.com/redis/jedis) | Jedis is a blazingly small and sane Redis java client. | diff --git a/jedis/2021/README.md b/jedis/2021/README.md new file mode 100644 index 0000000..668ae9f --- /dev/null +++ b/jedis/2021/README.md @@ -0,0 +1,11 @@ + +## 2021年TODO + +| 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 | 待合入| +|支持[CLUSTER LINKS](https://redis.io/commands/cluster-links) | / | / | +|支持[CLUSTER DELSLOTSRANGE](https://redis.io/commands/cluster-delslotsrange) | / | / | + diff --git a/jedis/README.md b/jedis/README.md new file mode 100644 index 0000000..16a4df5 --- /dev/null +++ b/jedis/README.md @@ -0,0 +1,6 @@ + +## Jedis 项目TODO + +- [2021年TODO](2021/README.md) + +