Bump kredis from 1.7.0 to 1.8.0
Created by: dependabot[bot]
Bumps kredis from 1.7.0 to 1.8.0.
Release notes
Sourced from kredis's releases.
v1.8.0
What's Changed
- Note that Redis Cluster is not supported by
@lewispb
in rails/kredis#137- Kredis.hash fails with nil values in Redis 5+ by
@swanson
in rails/kredis#146- Bump actions/checkout by
@m-nakamura145
in rails/kredis#145- Define a missing method #root for the development configurator by
@sato11
in rails/kredis#147- Ensure Kredis.namespace is set in the thread that executes the test by
@jeremy
in rails/kredis#156- Test against Rails 8 by
@jeremy
in rails/kredis#157- Add the smove method to Kredis::Types::Set by
@CoderMiguel
in rails/kredis#160- Redundant limiter.poke in README.md by
@ermolaev
in rails/kredis#141- Update REAME - Add 'clear' method for 'unique_list' by
@divagueame
in rails/kredis#144- Global namespacing that applies to all threads by
@jeremy
in rails/kredis#158New Contributors
@swanson
made their first contribution in rails/kredis#146@m-nakamura145
made their first contribution in rails/kredis#145@sato11
made their first contribution in rails/kredis#147@jeremy
made their first contribution in rails/kredis#156@CoderMiguel
made their first contribution in rails/kredis#160@ermolaev
made their first contribution in rails/kredis#141@divagueame
made their first contribution in rails/kredis#144Full Changelog: https://github.com/rails/kredis/compare/v1.7.0...v1.8.0
Commits
-
61c5c17
Kredis 1.8.0 -
6142577
Bump dev deps -
d5b5752
Global namespacing that applies to all threads (#158) -
31c8eef
Update REAME - Add 'clear' method for 'unique_list' (#144) -
41b5358
Redundant limiter.poke in README.md (#141) -
5808315
Freshen copyright -
e258c74
Add the smove method to Kredis::Types::Set (#160) -
8850def
Test against Rails 8 (#157) -
7aab4fe
Ensure Kredis.namespace is set in the thread that executes the test (#156) -
57cedf5
Define a missing method #root for the development configurator - Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)