add jedis todo

This commit is contained in:
LingZhaoHui 2021-12-26 11:40:26 +08:00
parent e408a3eb08
commit f885a31202

View File

@ -1,11 +1,18 @@
## 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) | / | / |
| 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) | | 未合入|
| 支持[ZMPOP numkeys key](https://redis.io/commands/zmpop) | | 未合入|
| 支持[BZMPOP](https://redis.io/commands/bzmpop) | |未合入 |
| 支持[CLUSTER ADDSLOTSRANGE](https://redis.io/commands/cluster-addslotsrange) | | 未合入|
| 支持[LMPOP numkeys key](https://redis.io/commands/lmpop) | |未合入 |
| 支持[BLMPOP timeout numkeys key](https://redis.io/commands/lmpop) | |未合入|
| [Added the BYTE BIT option for bitcount](https://redis.io/commands/bitcount) | |未合入|