Skip to content

Commit f9cafd7

Browse files
committed
chore(docs): update readme
1 parent ed3e48a commit f9cafd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Supported features include:
3030

3131
Contributions welcome! Only the commands I've needed so far are implemented.
3232

33+
- [BZPOPMAX](https://redis.io/docs/latest/commands/BZPOPMAX/)
34+
- [BZPOPMIN](https://redis.io/docs/latest/commands/BZPOPMIN/)
3335
- [DECR](https://redis.io/docs/latest/commands/DECR/)
3436
- [DECRBY](https://redis.io/docs/latest/commands/DECRBY/)
3537
- [DEL](https://redis.io/docs/latest/commands/DEL/)
@@ -64,6 +66,8 @@ Contributions welcome! Only the commands I've needed so far are implemented.
6466
- [XGROUP.CREATE](https://redis.io/docs/latest/commands/XGROUP.CREATE/)
6567
- [XREAD](https://redis.io/docs/latest/commands/XREAD/)
6668
- [XREADGROUP](https://redis.io/docs/latest/commands/XREADGROUP/)
69+
- [ZADD](https://redis.io/docs/latest/commands/ZADD/)
70+
- [ZREM](https://redis.io/docs/latest/commands/ZREM/)
6771

6872
## Thanks
6973

0 commit comments

Comments
 (0)