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 <jonathanl@bitquilltech.com> * Implement XRANGE command Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Update CHANGELOG.md Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Apply prettier Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Fix style issue Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Fix failing test Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Fix another failing test Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Address PR comments Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Change return type for xrange Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Try to address remaining PR comments Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Switch to ScoreBoundary Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Remove merge conflict marker Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Apply prettier for SharedTests Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Replace remaining instances of StreamRangeBound with ScoreBoundary Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Update test to use string instead of number Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Change ScoreBoundary to generic Boundary and add check for Redis version to xrange tests Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Adjust documentation and fix linting and tests Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> * Adjust documentation Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com> --------- Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com>
- 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.