-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump fakeredis from 0.8.0 to 0.9.2 #12829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved pending tests passing
@@ -78,7 +78,7 @@ def self.pop(redis_key = nil) | |||
end | |||
|
|||
def self.exists?(redis_key = nil) | |||
redis_namespace.exists(redis_key) | |||
redis_namespace.exists?(redis_key) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fakeredis introduced the exists?
method here, so this method was now returning 1
instead of true. Adding the ?
gave us passing tests.
Will need to smoke test in staging to confirm it's working as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Bumps [fakeredis](https://github.com/guilleiguaran/fakeredis) from 0.8.0 to 0.9.2. - [Commits](guilleiguaran/fakeredis@v0.8.0...v0.9.2) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:development 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: Ryan McNeil <ryan.mcneil@oddball.io>
Bumps fakeredis from 0.8.0 to 0.9.2.
Commits
ba7e3b7
Prepare new version of the gem6a11cf2
Update homepage for the gemb4bca5a
Prepare version 0.9.1f221927
Ruby 2.7 was marked as EOL recently, let's keep it in the testing matrix for ...5c163e1
[ci skip] Update contributors sections in the README49afc6b
Remove unused variable99bbe17
Passing the timeout as a positional argument is deprecated, it should be pass...5d9a751
Add #sadd? and make #sadd to return an Integer in specsf0d6a81
Fix command auth to receive multiple args28a6c19
Prepare version 0.9.0Dependabot 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)