Skip to content

Commit

Permalink
feat: add zremrangebyrankBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed May 8, 2022
1 parent 7b6ff3e commit ea3dbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@

## Missing buffer commands

- [zremrangebyrankBuffer][1]
- [zremrangebyscoreBuffer][1]
- [zrevrangeBuffer][1]
- [zrevrangebyscoreBuffer][1]
Expand Down
2 changes: 2 additions & 0 deletions src/commands/zremrangebyrank.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export function zremrangebyrank(key, s, e) {
this.data.set(key, map)
return vals.length
}

export const zremrangebyrankBuffer = zremrangebyrank

0 comments on commit ea3dbac

Please sign in to comment.