add jedis todo

This commit is contained in:
LingZhaoHui 2021-12-26 01:13:40 +08:00
parent bdf0c4ce15
commit e408a3eb08
3 changed files with 20 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# todo # todo
|开源项目TODO | 描述 |
|---|---|
|[Jedis](https://github.com/redis/jedis) | Jedis is a blazingly small and sane Redis java client. |

11
jedis/2021/README.md Normal file
View File

@ -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) | / | / |

6
jedis/README.md Normal file
View File

@ -0,0 +1,6 @@
## Jedis 项目TODO
- [2021年TODO](2021/README.md)