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/ioredis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.4
Choose a base ref
...
head repository: redis/ioredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.5
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on May 17, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f9f875b View commit details
  2. fix: send correct command during auto-pipelining of .call() operations (

    #1579)
    
    Co-authored-by: Zihua Li <i@zihua.li>
    Fusl and luin authored May 17, 2022
    Copy the full SHA
    e41c3dc View commit details
  3. chore(release): 5.0.5 [skip ci]

    ## [5.0.5](v5.0.4...v5.0.5) (2022-05-17)
    
    ### Bug Fixes
    
    * improve typing for redis.multi ([#1580](#1580)) ([f9f875b](f9f875b))
    * send correct command during auto-pipelining of .call() operations ([#1579](#1579)) ([e41c3dc](e41c3dc))
    ioredis-robot authored and semantic-release-bot committed May 17, 2022
    Copy the full SHA
    91ed2d8 View commit details
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.0.5](https://github.com/luin/ioredis/compare/v5.0.4...v5.0.5) (2022-05-17)


### Bug Fixes

* improve typing for redis.multi ([#1580](https://github.com/luin/ioredis/issues/1580)) ([f9f875b](https://github.com/luin/ioredis/commit/f9f875b1972dd2eb87ee6a5011f8f6d7abc7cf75))
* send correct command during auto-pipelining of .call() operations ([#1579](https://github.com/luin/ioredis/issues/1579)) ([e41c3dc](https://github.com/luin/ioredis/commit/e41c3dc880906e8aad73332837bf233f65d12e67))

## [5.0.4](https://github.com/luin/ioredis/compare/v5.0.3...v5.0.4) (2022-04-09)


Loading