Better Dependabot: Update redis from ~> 4.0 to ~> 5 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BetterDependabot Automated PR
Hey there. I am your friendly neighborhood bot. My goal is to assist in updating Ruby dependencies in this repo.
I was last updated by @matt-taylor
This PR updates redis from 4.1.0 to 5.2.0
Included Commits
BIT/BYTE
forbitcount
andbitpos
for redis 7+Redis#without_reconnect
for sentinel clientsRedisClient
for sentinel callsconfig.read_timeout
Redis.new
strictness in CHANGELOGexpire
,setex
and a few others.OutOfMemoryError
as a subclass ofCommandError
Redis#close
to properly reset the fork protection checklpop
/rpop
with the missing keyredis_cluster
is nowrediscluster
sadd
andsrem
always return an Integer. Addsadd?
andsrem?
Commit diff
7c0cde9e0...4b086b121
Better Dependabot commands
These commands are all idempotent and can be run as many times as necessary.
BetterDependabot Installation
BetterDependabot must be run on your local machine. Please follow instalation instructions https://github.com/1debit/better_dependabot#installation
Rebase this PR
bd ruby --cli --services personal-finance --gem redis --version 5 --pin "~>"
Rebase all open PR's for redis
bd ruby --cli --automagic --gem redis --version 5 --pin "~>" --only-existing
Questions? Ask in #eng-better-dependabot-ask
My functionality is limited but PR's are always welcome BetterDependabot