shadowspore / t38c

Tile38 Client package
MIT License
83 stars 33 forks source link

chore(deps): bump github.com/mediocregopher/radix/v3 from 3.8.0 to 3.8.1 #50

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/mediocregopher/radix/v3 from 3.8.0 to 3.8.1.

Changelog

Sourced from github.com/mediocregopher/radix/v3's changelog.

v3.8.1

  • Fixed NewCluster not returning an error if it can't connect to any of the redis instances given. (#319)

  • Fix deadlock in Cluster when using DoSecondary. (#317)

  • Fix parsing for CLUSTER SLOTS command, which changed slightly with redis 7.0. (#322)

Commits
  • 29ac323 v3.8.1 CHANGELOG
  • 7f1dc68 Fix cluster topology parsing for new CLUSTER SLOTS return
  • 5d41a54 Fix comment godot linting error
  • ab244a2 Use addrForKeyNoLock in addrForKey
  • 954cd11 add a method getting the masterNode without lock to fix the deadlock for DoSe...
  • cfd6620 add a method getting the masterNode without lock to fix the deadlock for DoSe...
  • 5e9a552 Remove checks for Temporary error in pipeliner tests
  • 5f45ba3 Improve error handling in NewCluster
  • b6f646d Update README.md
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like github.com/mediocregopher/radix/v3 is up-to-date now, so this is no longer needed.