File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ Supported features include:
30
30
31
31
Contributions welcome! Only the commands I've needed so far are implemented.
32
32
33
+ - [ BZPOPMAX] ( https://redis.io/docs/latest/commands/BZPOPMAX/ )
34
+ - [ BZPOPMIN] ( https://redis.io/docs/latest/commands/BZPOPMIN/ )
33
35
- [ DECR] ( https://redis.io/docs/latest/commands/DECR/ )
34
36
- [ DECRBY] ( https://redis.io/docs/latest/commands/DECRBY/ )
35
37
- [ DEL] ( https://redis.io/docs/latest/commands/DEL/ )
@@ -64,6 +66,8 @@ Contributions welcome! Only the commands I've needed so far are implemented.
64
66
- [ XGROUP.CREATE] ( https://redis.io/docs/latest/commands/XGROUP.CREATE/ )
65
67
- [ XREAD] ( https://redis.io/docs/latest/commands/XREAD/ )
66
68
- [ 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/ )
67
71
68
72
## Thanks
69
73
You can’t perform that action at this time.
0 commit comments