Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redis/node-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: redis@5.1.1
Choose a base ref
...
head repository: redis/node-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: redis@5.5.6
Choose a head ref
  • 17 commits
  • 509 files changed
  • 3 contributors

Commits on Jun 3, 2025

  1. (docs) add jsdoc comments to command parsers (#2984)

    * (docs) bloom: add jsdocs for all commands
    
    * (docs) json: add jsdocs
    
    * (docs) search: add jsdocs for all commands
    
    * (docs) jsdocs for std commands
    
    * (docs) jsdoc comments to time series commands
    bobymicroby authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    20c16e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Automate release (#2977)

    * release-it/bumper
    
    * remove git:false
    
    * fix package ordering
    
    * adjust git add
    
    * fix git config
    
    * adjust git config for all packages
    
    * add noop release script for test-utils
    
    * no need to try to release root
    
    * better way to handle skipping
    
    * pass parameters down
    
    * better version hint
    
    * update node version
    
    * return git arguments from before
    
    * rename release workflow
    
    * rename workflow
    
    * set git.tagMatch
    
    * add link to docs
    
    * update description
    
    * update workspace order in package-lock
    
    * fix secondary releases
    
    release-it/bumper was removing the ^ before the peerDep to client
    npm is not happy with that. one potential fix would be to bump all
    packages together as a prestep and then proceed without bupming again.
    for now, this fix should bring us to the previous state ( what was used
    in the manual process )
    
    * require clean working dir in root
    
    * remove root release-it config
    
    not needed
    nkaradzhov authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    b33a662 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. fix(search): align ft.search with server (#2988)

    as per the ft.search docs ( https://redis.io/docs/latest/commands/ft.search ):
    
        If a relevant key expires while a query is running,
        an attempt to load the key's value will return a null array.
        However, the key is still counted in the total number of results.
    
    So, instead of crashing when seeing a null as a value, we
    return empty object.
    
    fixes #2772
    see #2814
    nkaradzhov authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    2bb515e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    21d8f0e View commit details
    Browse the repository at this point in the history
  2. Release client@5.5.6

    nkaradzhov committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    0ebe55c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44caf9f View commit details
    Browse the repository at this point in the history
  4. Release bloom@5.5.6

    nkaradzhov committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    2302df3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91e5d30 View commit details
    Browse the repository at this point in the history
  6. Release entraid@5.5.6

    nkaradzhov committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    7d12438 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2519ab View commit details
    Browse the repository at this point in the history
  8. Release json@5.5.6

    nkaradzhov committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    a5dc786 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8610a6c View commit details
    Browse the repository at this point in the history
  10. Release search@5.5.6

    nkaradzhov committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    c9ecb3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b07346e View commit details
    Browse the repository at this point in the history
  12. Release time-series@5.5.6

    nkaradzhov committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    7deaf33 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba0ba71 View commit details
    Browse the repository at this point in the history
  14. Release redis@5.5.6

    nkaradzhov committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    ca91718 View commit details
    Browse the repository at this point in the history
Loading