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

Commits on Apr 2, 2021

  1. feat: added commandTimeout option (#1320)

    * Added timeoutPerRequest option
    
    * Renamed timeoutPerRequest to commandTimeout
    
    * Documented commandTimeout
    
    * Added sentinelCommandTimeout option
    
    * Add a test case for commandTimeout
    
    Co-authored-by: luin <i@zihua.li>
    mjomble and luin authored Apr 2, 2021
    Copy the full SHA
    56f0272 View commit details
  2. chore(release): 4.25.0 [skip ci]

    # [4.25.0](v4.24.6...v4.25.0) (2021-04-02)
    
    ### Features
    
    * added commandTimeout option ([#1320](#1320)) ([56f0272](56f0272))
    semantic-release-bot committed Apr 2, 2021
    Copy the full SHA
    88b8a31 View commit details
Loading