Skip to content
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

Better Dependabot: Update redis from ~> 4.0 to ~> 5 #1

Closed

Conversation

matt-taylor
Copy link
Owner

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
Commit Sha Commit Message Authored Tag Date
7c0cde9 Release 5.2.0 @byroot 5.2.0 2024-04-15 UTC
b2f9c28 Merge pull request #1263 from philippeboyd/feature/add-pipeline-raise_exception-flag @byroot 2024-04-15 UTC
609b6bc feat(pipeline): add flag to disable raising exceptions @philippeboyd 2024-04-15 UTC
bce3f41 Merge pull request #1255 from supercaracal/fix-cluster-tx @byroot 2024-04-15 UTC
8ab2753 Merge pull request #1260 from casperisfine/eagerly-close-subscription @byroot 2024-04-02 UTC
905aae9 Add Ruby 3.3 to the CI matrix @byroot 2024-04-02 UTC
cbf965d Eagerly close subscribed connection @byroot 2024-04-02 UTC
35a7e82 Merge pull request #1261 from casperisfine/update-redis-lcient @byroot 2024-04-02 UTC
0060435 Drop Ruby 2.5 like redis-client @byroot 2024-04-02 UTC
2775519 Update tests for latest redis-client @byroot 2024-04-02 UTC
65ac655 Fix the watch command bugs for the cluster client @supercaracal 2024-02-20 UTC
7cc45e5 Release 5.1.0 @byroot 5.1.0 2024-02-09 UTC
1db19c9 Merge pull request #1253 from wmontgomery-splunk/wm/clean_up_rubocop @byroot 2024-02-07 UTC
f0abed3 Remove Rubocop exclusion for test/remote_server_control_commands_test.rb @wmontgomery-splunk 2024-02-07 UTC
d53b68c Remove redundant call to #to_s @wmontgomery-splunk 2024-02-07 UTC
cd88550 Merge pull request #1251 from wholien/jc/add-pexpiretime @byroot 2024-01-30 UTC
1e52c11 Add PEXPIRETIME @wholien 2024-01-30 UTC
a51d50c Merge pull request #1248 from wholien/jc/add-expiretime @byroot 2024-01-30 UTC
2e693be Add Expiretime @wholien 2024-01-30 UTC
e16cab8 Merge pull request #1247 from redis/dependabot/github_actions/actions/cache-4 @byroot 2024-01-22 UTC
09e9bdd Bump actions/cache from 3 to 4 @dependabot[bot] 2024-01-22 UTC
09acb90 Merge pull request #1245 from zendesk/ktsanaktsidis/fix_rubocop_ruby_26 @byroot 2024-01-08 UTC
26767a7 Run Rubocop against Ruby 3.2 @KJTsanaktsidis 2024-01-08 UTC
33d4233 Merge pull request #1244 from zendesk/ktsanaktsidis/known_subclasses @byroot 2024-01-08 UTC
7cc4156 Handle unknown subclasses of RedisClient::Error in clustering @KJTsanaktsidis 2024-01-08 UTC
935f64f Merge pull request #1242 from fatkodima/bitcount-bitpos-add-bits-unit @byroot 2023-12-09 UTC
df08cd0 Support BIT/BYTE for bitcount and bitpos for redis 7+ @fatkodima 2023-12-09 UTC
eb72f82 Defund rubocop @byroot 2023-11-29 UTC
c6fa9f4 Merge Pull Request #1241 @byroot 2023-11-29 UTC
ee9edac Add NodeMightBeDown to redis client error mapping @learoyklinginsmith 2023-11-29 UTC
58e43cf Merge pull request #1239 from eregon/fix-race-update-truffleruby @byroot 2023-11-17 UTC
2a65de5 Fix races in publish_subscribe_test.rb @eregon 2023-11-17 UTC
c430c84 Use latest truffleruby version @eregon 2023-11-17 UTC
a592a63 Merge pull request #1238 from zendesk/ktsanaktsidis/make_error_collection_useful @byroot 2023-11-17 UTC
07e7849 Cluster: Preserve message and suberrors when raising CommandErrorCollection @KJTsanaktsidis 2023-11-17 UTC
6729fc8 Merge pull request #1236 from zendesk/ktsanaktsidis/pass_watch @byroot 2023-11-15 UTC
a0c1ede Pass watch: kwarg to #multi calls on clients @KJTsanaktsidis 2023-11-15 UTC
2b183ad Release 5.0.8 @byroot 5.0.8 2023-10-23 UTC
230a5c4 Merge pull request #1227 from supercaracal/add-sharded-pubsub-support @byroot 2023-10-09 UTC
54e6a7e Add sharded Pub/Sub support for cluster @supercaracal 2023-10-02 UTC
ccdf15f Merge pull request #1226 from supercaracal/support-transaction-for-cluster-client @byroot 2023-09-30 UTC
dda95f8 Support transactions for cluster client @supercaracal 2023-09-30 UTC
c888c74 Merge pull request #1225 from afinzel/master @byroot 2023-09-29 UTC
ad0f30b Update default timeout docs @afinzel 2023-09-29 UTC
8e9183a Update sentinel auth with explicit kwargs (#1221) @moofkit 2023-09-14 UTC
01de51a Merge pull request #1222 from supercaracal/fix-cluster @byroot 2023-09-13 UTC
ea4d04a Fix redis-clustering gem to pass the test with latest dependencies @supercaracal 2023-09-13 UTC
1f37095 Merge pull request #1220 from redis/dependabot/github_actions/actions/checkout-4 @byroot 2023-09-04 UTC
52fd81a Bump actions/checkout from 3 to 4 @dependabot[bot] 2023-09-04 UTC
a9b8c23 Merge pull request #1211 from supercaracal/remove-flaky-and-redundant-cases-for-pubsub-in-cluster-mode @byroot 2023-08-20 UTC
c92e403 Merge pull request #1219 from casperisfine/sentinel-reconnection @byroot 2023-08-17 UTC
3ea6b57 Fix Redis#without_reconnect for sentinel clients @byroot 2023-08-17 UTC
5d5252d Merge pull request #1218 from casperisfine/test-redis-7.2 @byroot 2023-08-17 UTC
63581a9 Add Redis server 7.2 to the CI matrix @byroot 2023-08-17 UTC
9518dab Merge pull request #1214 from jdelStrother/jdelStrother-patch-1 @byroot 2023-08-14 UTC
bda5dc9 Add some more examples of sentinel auth to the readme @jdelStrother 2023-08-14 UTC
92dc3fd Remove flaky and redundant test cases for Pub/Sub in cluster mode @supercaracal 2023-08-10 UTC
d40e20b Release 5.0.7 @byroot 5.0.7 2023-08-09 UTC
f7dfa6b Merge pull request #1210 from casperisfine/redis-client-0.15 @byroot 2023-08-09 UTC
ef8817e Use raw RedisClient for sentinel calls @byroot 2023-08-09 UTC
f21cbca Merge pull request #1205 from tnir/tn-rdoc-info @byroot 2023-07-05 UTC
5c1e814 Replace docs on Inch CI with ones on rubydoc.info @tnir 2023-07-05 UTC
ff4399b ✨ Add BLMPOP (#1199) @JerrodCarpenter 2023-06-12 UTC
fde7873 Merge pull request #1195 from JerrodCarpenter/lmpop @byroot 2023-05-30 UTC
c787721 ✨ Add LMPOP @JerrodCarpenter 2023-05-30 UTC
1f4041a Merge pull request #1191 from JerrodCarpenter/master @byroot 2023-05-29 UTC
ac2a651 Merge pull request #1194 from fatkodima/remove-unneeded-requires @byroot 2023-05-28 UTC
98aabb1 Remove unneeded requires @fatkodima 2023-05-27 UTC
faf054d ✨ Add BZMPOP @JerrodCarpenter 2023-05-22 UTC
bb67a53 Merge pull request #1192 from casperisfine/fix-sentinel-tests @byroot 2023-05-22 UTC
3c7a0e6 Update sentinel tests for redis-client 0.14 @byroot 2023-05-22 UTC
5904289 ✨ ZMPOP @JerrodCarpenter 2023-05-16 UTC
a1e9c17 Clarify sentinel constructor parameters @byroot 2023-03-26 UTC
e4f5299 Update CHANGELOG for 4.x branch @byroot 2023-02-10 UTC
ce2c258 Merge pull request #1179 from dbackeus/patch-1 @byroot 2023-02-02 UTC
bd8e2c3 Add change to default client timeout to CHANGELOG @dbackeus 2023-02-02 UTC
6dbbc94 Release 5.0.6 @byroot 5.0.6 2023-01-16 UTC
9c49947 Merge pull request #1175 from casperisfine/blocking-call-timeout @byroot 2023-01-16 UTC
d3efeeb Add wait on blocking commands for an extra config.read_timeout @byroot 2023-01-16 UTC
f78beb1 Merge pull request #1176 from casperisfine/ruby-3.2 @byroot 2023-01-16 UTC
daf7e02 Use Ruby 2.6 to run rubocop @byroot 2023-01-16 UTC
031911a Add Ruby 3.2 to CI @byroot 2023-01-13 UTC
5a9fb00 Merge pull request #1170 from wcmonty/wm/add_minid_option_to_xtrim @byroot 2022-12-04 UTC
e76e1cb Add MINID and LIMIT options to xtrim @wcmonty 2022-12-04 UTC
3c42db6 Treat ReadOnlyError as a ConnectionError @tylerbrewer2 2022-11-23 UTC
a8e00cb Merge pull request #1167 from wmontgomery-splunk/wm/add_nomkstream_to_xadd @byroot 2022-11-18 UTC
2c0f0db Add NOMKSTREAM option to XADD @wmontgomery-splunk 2022-11-18 UTC
fe90f6d Merge pull request #1166 from wcmonty/wm/fix_xautoclaim_with_deleted_entry @byroot 2022-11-18 UTC
afece36 Fix XAUTOCLAIM when entry is deleted @wmontg2 2022-11-18 UTC
245edf6 Merge pull request #1163 from jdelStrother/patch-2 @byroot 2022-11-07 UTC
7b64b79 Fix error message on trying to use cluster options @jdelStrother 2022-11-07 UTC
d4b24e1 Document Redis.new strictness in CHANGELOG @byroot 2022-09-27 UTC
f3d886f Release 5.0.5 @byroot 5.0.5 2022-09-22 UTC
bdd51c9 Bump redis-cluster-client @byroot 2022-09-22 UTC
9429205 Merge pull request #1158 from casperisfine/fork-handling @byroot 2022-09-22 UTC
389d8b6 Fix automatic disconnection when the process was forked @byroot 2022-09-22 UTC
fdf61e5 Merge pull request #1156 from roharon/hash_flatten_performance @byroot 2022-09-20 UTC
525e5c4 Modify: improve performance of hash flatten without to_a method @roharon 2022-09-20 UTC
912c008 Merge pull request #1155 from dentarg/patch-1 @byroot 2022-09-19 UTC
371d8c1 Fix Ruby syntax in example in README @dentarg 2022-09-19 UTC
07cccee Merge pull request #1153 from supercaracal/fix-cluster-test @byroot 2022-09-12 UTC
d6cf651 Shrink cluster test cases guaranteed by redis-cluster-client and focus on behavior test for method interfaces @supercaracal 2022-09-10 UTC
a3070af Release 5.0.4 @byroot 5.0.4 2022-09-09 UTC
c7adca2 Merge pull request #1150 from supercaracal/add-replica-affinity-option-to-cluster-client @byroot 2022-09-07 UTC
5256c39 Merge pull request #1151 from casperisfine/integer-casting-ttl @byroot 2022-09-07 UTC
08895e0 Cast ttl argument to integer in expire, setex and a few others. @byroot 2022-09-07 UTC
c4254cb Add a description about replica_affinity option for cluster gem @supercaracal 2022-09-07 UTC
ce508dc Merge pull request #1149 from bpo/fix-sadd-returns-boolean-changelog @byroot 2022-09-07 UTC
65aa1df Merge pull request #1148 from huacnlee/patch-1 @byroot 2022-09-07 UTC
987961b fix changelog instructions for enabling 5.0 behavior @bpo 2022-09-07 UTC
43b6fa6 Correct usage for ConnectionPool guide. @huacnlee 2022-09-07 UTC
2e9ab38 Release 5.0.3 @byroot 5.0.3 2022-09-06 UTC
a06bed1 Add OutOfMemoryError as a subclass of CommandError @byroot 2022-09-05 UTC
826de61 Improve redis-client error translation @byroot 2022-09-05 UTC
d180452 Release 5.0.2 @byroot 5.0.2 2022-08-31 UTC
7a867b6 Merge pull request #1145 from casperisfine/fork-disconnect @byroot 2022-08-31 UTC
28c65bc Fix Redis#close to properly reset the fork protection check @byroot 2022-08-31 UTC
ed0d03f Redis#client takes at least one argument @byroot 2022-08-30 UTC
3037564 Release 5.0.1 @byroot 5.0.1 2022-08-29 UTC
7fbd60a Stub Redis::Connections.drivers for sidekiq compat @byroot 2022-08-29 UTC
667b000 Release 5.0.0 @byroot 5.0.0 2022-08-29 UTC
6ddf145 Merge pull request #1139 from espen/patch-1 @byroot 2022-08-25 UTC
5296545 make connection pool reference clickable @espen 2022-08-25 UTC
acb5989 Merge pull request #1138 from wintersolutions/patch-1 @byroot 2022-08-24 UTC
4a8f9af Fix small typo in README.md @ 2022-08-24 UTC
1f09bfa Merge pull request #1136 from fatkodima/rpop-lpop-missing-key @byroot 2022-08-23 UTC
cae39dd Add tests for lpop/rpop with the missing key @fatkodima 2022-08-23 UTC
03b060f Update CHANGELOG @byroot 2022-08-22 UTC
63befa5 Update CHANGELOG @byroot 2022-08-22 UTC
13566c3 Merge pull request #1133 from casperisfine/integer-casting @byroot 2022-08-22 UTC
9dd00b2 Eagerly and strictly cast Integer and Float parameters @byroot 2022-08-22 UTC
4bc949e Merge pull request #1132 from lsantobuono/patch-1 @byroot 2022-08-19 UTC
396beb3 Update README.md @lsantobuono 2022-08-19 UTC
195208d Release 5.0.0.beta4 @byroot 5.0.0.beta4 2022-08-19 UTC
6691301 Merge pull request #1131 from casperisfine/unsubscribe-lock @byroot 2022-08-19 UTC
3df7192 Refactor pubusb to allow subscribing and unsubscribing from another thread @byroot 2022-08-19 UTC
4f8ff4e Add dependency on redis in redis-clustering.gemspec @byroot 2022-08-18 UTC
7782285 Fix test:cluster setup after the renaming @byroot 2022-08-18 UTC
3f1adc0 Release 5.0.0.beta3 @byroot 5.0.0.beta3 2022-08-18 UTC
594da7e rediscluster is now redis-clustering @byroot 2022-08-18 UTC
cf4cffc redis_cluster is now rediscluster @byroot 2022-08-18 UTC
6b4f53c Remove some dead code @byroot 2022-08-18 UTC
6d4dbe7 Some final README tweaks before 5.0.0.beta1 @byroot 2022-08-18 UTC
f9f5444 [Redis 6.2] Add idle option to XPENDING @ 2022-08-18 UTC
6e90332 Only wait for an extra 100ms for blocking calls @byroot 2022-08-18 UTC
9c808aa Remove some TODOs @byroot 2022-08-18 UTC
6ff3f67 Cleanup encoding tests @byroot 2022-08-18 UTC
787462e Merge pull request #1130 from casperisfine/sadd-and-co-boolean @byroot 2022-08-18 UTC
4c34f86 Make sadd and srem always return an Integer. Add sadd? and srem? @byroot 2022-08-18 UTC
9d49a83 Merge pull request #1129 from casperisfine/double-timeouts @byroot 2022-08-18 UTC
... 100 Commits Omitted ...
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

@eregon
Copy link

eregon commented Jul 24, 2024

It's not nice that such a PR tags so many people uselessly with the commits list, that should be fixed in whatever automation you are using here.

@roharon
Copy link

roharon commented Jul 24, 2024

I was also mentioned on this pr 😅
Please modifying it

@matt-taylor
Copy link
Owner Author

Apologies. Automation failure here. Wont happen again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants