File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
3132Contributions 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
You can’t perform that action at this time.
0 commit comments