forked from valkey-io/valkey-glide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Node: Add XRANGE command (valkey-io#2069)
* Update changelog Signed-off-by: Jonathan Louie <[email protected]> * Implement XRANGE command Signed-off-by: Jonathan Louie <[email protected]> * Update CHANGELOG.md Signed-off-by: Jonathan Louie <[email protected]> * Apply prettier Signed-off-by: Jonathan Louie <[email protected]> * Fix style issue Signed-off-by: Jonathan Louie <[email protected]> * Fix failing test Signed-off-by: Jonathan Louie <[email protected]> * Fix another failing test Signed-off-by: Jonathan Louie <[email protected]> * Address PR comments Signed-off-by: Jonathan Louie <[email protected]> * Change return type for xrange Signed-off-by: Jonathan Louie <[email protected]> * Try to address remaining PR comments Signed-off-by: Jonathan Louie <[email protected]> * Switch to ScoreBoundary Signed-off-by: Jonathan Louie <[email protected]> * Remove merge conflict marker Signed-off-by: Jonathan Louie <[email protected]> * Apply prettier for SharedTests Signed-off-by: Jonathan Louie <[email protected]> * Replace remaining instances of StreamRangeBound with ScoreBoundary Signed-off-by: Jonathan Louie <[email protected]> * Update test to use string instead of number Signed-off-by: Jonathan Louie <[email protected]> * Change ScoreBoundary to generic Boundary and add check for Redis version to xrange tests Signed-off-by: Jonathan Louie <[email protected]> * Adjust documentation and fix linting and tests Signed-off-by: Jonathan Louie <[email protected]> * Adjust documentation Signed-off-by: Jonathan Louie <[email protected]> --------- Signed-off-by: Jonathan Louie <[email protected]>
- Loading branch information
1 parent
27342ab
commit edcb15a
Showing
7 changed files
with
357 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.