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/go-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.5.5
Choose a base ref
...
head repository: redis/go-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.6.0
Choose a head ref
  • 11 commits
  • 26 files changed
  • 9 contributors

Commits on Jul 17, 2024

  1. chore(deps): bump rojopolis/spellcheck-github-actions (#3028)

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.36.0 to 0.38.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](rojopolis/spellcheck-github-actions@0.36.0...0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Monkey <golang@88.com>
    2 people authored and vladvildanov committed Jul 17, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Zylphrex Tony Xiao
    Copy the full SHA
    a400f09 View commit details
  2. Change monitor test to run manually (#3041)

    * Change monitor test to run manually
    
    * fix
    ofekshenawa authored and vladvildanov committed Jul 17, 2024
    Copy the full SHA
    649d3b6 View commit details
  3. Update pubsub.go (#3042)

    Change context.Background() to ctx
    immersedin authored and vladvildanov committed Jul 17, 2024
    Copy the full SHA
    51b6e2c View commit details
  4. fix node routing in slotClosestNode (#3043)

    * fix node routing when all nodes are failing
    
    * fix minlatency zero value
    srikar-jilugu authored and vladvildanov committed Jul 17, 2024
    Copy the full SHA
    27dd84c View commit details
  5. Support Hash-field expiration for 7.4 CE RC2 (#3040)

    Co-authored-by: Monkey <golang@88.com>
    Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
    3 people committed Jul 17, 2024
    Copy the full SHA
    1a0a68f View commit details
  6. Support Hash-field expiration commands in Pipeline & Fix HExpire HExp…

    …ireWithArgs expiration (#3038)
    
    * Support Hash-field expiration commands in Pipeline
    
    * Fix HExpire & HExpireWithArgs expiration
    
    * Fix HExpire & HPExpire Testcase
    
    * Update commands_test.go
    
    ---------
    
    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    Co-authored-by: Monkey <golang@88.com>
    3 people authored and vladvildanov committed Jul 17, 2024
    Copy the full SHA
    5c9c468 View commit details
  7. add test for tls connCheck #3025 (#3047)

    * add a check for TLS connections.
    naiqianz authored and vladvildanov committed Jul 17, 2024
    Copy the full SHA
    233ff45 View commit details
  8. Copy the full SHA
    2c146dc View commit details
  9. chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#2993)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Monkey <golang@88.com>
    2 people authored and vladvildanov committed Jul 17, 2024
    Copy the full SHA
    49bfbf2 View commit details
  10. Bump version of go-redis to 9.6.0 (#3059)

    * Bump version of go-redis to 9.6.0
    
    * Trigger CI on branch v9.6
    vladvildanov authored Jul 17, 2024
    Copy the full SHA
    9cfeb30 View commit details

Commits on Jul 19, 2024

  1. feat: reduce the type assertion of CheckConn (#3066)

    * feat: reduce the type assertion of CheckConn
    
    Signed-off-by: monkey92t <golang@88.com>
    
    * fix: correct the function names
    
    Signed-off-by: monkey92t <golang@88.com>
    
    ---------
    
    Signed-off-by: monkey92t <golang@88.com>
    monkey92t authored Jul 19, 2024
    Copy the full SHA
    44ba2ee View commit details
Loading