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:
3030
3131Contributions 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
You can’t perform that action at this time.
0 commit comments