@@ -24,12 +24,15 @@ Supported features include:
24
24
- [ ] [ JSON] ( https://redis.io/docs/latest/develop/data-types/json/ ) (basic)
25
25
- [ ] [ Hashes] ( https://redis.io/docs/latest/develop/data-types/hashes/ ) (basic)
26
26
- [ ] [ 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)
27
28
- [ ] [ Full-text search] ( https://redis.io/docs/latest/develop/interact/search-and-query/query/full-text/ ) (basic)
28
29
29
30
## Commands
30
31
31
32
Contributions welcome! Only the commands I've needed so far are implemented.
32
33
34
+ - [ BZPOPMAX] ( https://redis.io/docs/latest/commands/BZPOPMAX/ )
35
+ - [ BZPOPMIN] ( https://redis.io/docs/latest/commands/BZPOPMIN/ )
33
36
- [ DECR] ( https://redis.io/docs/latest/commands/DECR/ )
34
37
- [ DECRBY] ( https://redis.io/docs/latest/commands/DECRBY/ )
35
38
- [ DEL] ( https://redis.io/docs/latest/commands/DEL/ )
@@ -61,9 +64,11 @@ Contributions welcome! Only the commands I've needed so far are implemented.
61
64
- [ XACK] ( https://redis.io/docs/latest/commands/XACK/ )
62
65
- [ XADD] ( https://redis.io/docs/latest/commands/XADD/ )
63
66
- [ XDEL] ( https://redis.io/docs/latest/commands/XDEL/ )
64
- - [ XGROUP.CREATE] ( https://redis.io/docs/latest/commands/XGROUP. CREATE/ )
67
+ - [ XGROUP.CREATE] ( https://redis.io/docs/latest/commands/XGROUP- CREATE/ )
65
68
- [ XREAD] ( https://redis.io/docs/latest/commands/XREAD/ )
66
69
- [ 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/ )
67
72
68
73
## Thanks
69
74
0 commit comments