Skip to content

Commit d020b89

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ Supported features include:
2424
- [ ] [JSON](https://redis.io/docs/latest/develop/data-types/json/) (basic)
2525
- [ ] [Hashes](https://redis.io/docs/latest/develop/data-types/hashes/) (basic)
2626
- [ ] [Sets](https://redis.io/docs/latest/develop/data-types/sets/) (basic)
27+
- [ ] [Sorted sets](https://redis.io/docs/latest/develop/data-types/sorted-sets/) (basic)
2728
- [ ] [Full-text search](https://redis.io/docs/latest/develop/interact/search-and-query/query/full-text/) (basic)
2829

2930
## Commands
3031

3132
Contributions welcome! Only the commands I've needed so far are implemented.
3233

34+
- [BZPOPMAX](https://redis.io/docs/latest/commands/BZPOPMAX/)
35+
- [BZPOPMIN](https://redis.io/docs/latest/commands/BZPOPMIN/)
3336
- [DECR](https://redis.io/docs/latest/commands/DECR/)
3437
- [DECRBY](https://redis.io/docs/latest/commands/DECRBY/)
3538
- [DEL](https://redis.io/docs/latest/commands/DEL/)
@@ -64,6 +67,8 @@ Contributions welcome! Only the commands I've needed so far are implemented.
6467
- [XGROUP.CREATE](https://redis.io/docs/latest/commands/XGROUP.CREATE/)
6568
- [XREAD](https://redis.io/docs/latest/commands/XREAD/)
6669
- [XREADGROUP](https://redis.io/docs/latest/commands/XREADGROUP/)
70+
- [ZADD](https://redis.io/docs/latest/commands/ZADD/)
71+
- [ZREM](https://redis.io/docs/latest/commands/ZREM/)
6772

6873
## Thanks
6974

0 commit comments

Comments
 (0)