Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node: Add XRANGE command #2069

Merged
merged 21 commits into from
Aug 14, 2024

Commits on Jul 31, 2024

  1. Update changelog

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bf37285 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Implement XRANGE command

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1eb96b1 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2df249d View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    66f7d9d View commit details
    Browse the repository at this point in the history
  4. Apply prettier

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c54db23 View commit details
    Browse the repository at this point in the history
  5. Fix style issue

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a412111 View commit details
    Browse the repository at this point in the history
  6. Fix failing test

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0f7bb75 View commit details
    Browse the repository at this point in the history
  7. Fix another failing test

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bf8235d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into node/lotjonat-XRANGE-valkey-60

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b43274d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Address PR comments

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a75827e View commit details
    Browse the repository at this point in the history
  2. Change return type for xrange

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5f880c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Try to address remaining PR comments

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    08310e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Resolve merge conflicts with main

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    eaa48a8 View commit details
    Browse the repository at this point in the history
  2. Switch to ScoreBoundary

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a57f029 View commit details
    Browse the repository at this point in the history
  3. Remove merge conflict marker

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    de74df9 View commit details
    Browse the repository at this point in the history
  4. Apply prettier for SharedTests

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    beab6f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84f0593 View commit details
    Browse the repository at this point in the history
  6. Update test to use string instead of number

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d8ec960 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Change ScoreBoundary to generic Boundary and add check for Redis vers…

    …ion to xrange tests
    
    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7fe560f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Adjust documentation and fix linting and tests

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0db28d9 View commit details
    Browse the repository at this point in the history
  2. Adjust documentation

    Signed-off-by: Jonathan Louie <[email protected]>
    jonathanl-bq committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7b44374 View commit details
    Browse the repository at this point in the history