Update module github.com/redis/rueidis to v1.0.56 #22
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.
This PR contains the following updates:
v1.0.45
->v1.0.56
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
redis/rueidis (github.com/redis/rueidis)
v1.0.56
: 1.0.56Compare Source
Changes
1.23
for security patches ingolang.org/x/net
(#802)Mode()
Method torueidis.Client
(#794)DialCtxFn
option (#803)NOAUTH
error in RESP2 (#791)CLIENT CACHING YES
inBCAST
andOPTOUT
mode (#801)rueidisaside
go.mod and add module validation (#797)CLUSTER SHARDS
when auto pipelining is disabled (#804)rueidislimiter
(#795)Contributors
We'd like to thank all the contributors who worked on this release!
@Beadko, @Brijeshthummar02, @CheyuWu, @EminCimen, @arbha1erao, @kendriyavid, @liuzhaohui, @nesty92 and @rueian
v1.0.55
: 1.0.55Compare Source
Changes
DisableAutoPipelining
,Dedicated
, and blocking commands (#761)ToPipe
to command builders, allowing specific commands to be still auto-pipelined whenDisableAutoPipelining
is true (#773)FunctionStats
to rueidiscompat (#772)LCS
to rueidiscompat (#767)SlowLogGet
to rueidiscompat (#762)ACLList
to rueidiscompat (#758)ACLCatArgs
to rueidiscompat (#754)ClusterLinks
to rueidiscompat (#755)ACLCat
to rueidiscompat (#748)ACLDelUser
to rueidiscompat (#747)ACLLogReset
to rueidiscompat (#745)ACLSetUser
to rueidiscompat (#746)ACLLog
to rueidiscompat (#744)FTAggregateWithArgs
,FTSearchWithArgs
in rueidiscompat (#766)Contributors
We'd like to thank all the contributors who worked on this release!
@Brijeshthummar02, @CheyuWu, @Rancho-7, @SoulPancake, @arbha1erao, @astorig, @blueBlue0102, @hcc429, @kendriyavid, @liuzhaohui, @rueian, @tarunprabhu11, @unknowntpo and @win5923
v1.0.54
: 1.0.54Compare Source
Changes
1.22
IFEQ
option toSET
command for Valkey 8.1rueidisaside
on Redis < 7 with the newUseLuaLock
optionrueidisprob
operationsContributors
We'd like to thank all the contributors who worked on this release!
@SoulPancake, @boramalper, @guibes, @nesty92, @proost, @px86 and @rueian
v1.0.53
: 1.0.53Compare Source
Changes
rueidisaside
.rueidisprob
.Contributors
We'd like to thank all the contributors who worked on this release!
@HurSungYun, @dntam00, @jouir, @korECM, @nesty92 and @rueian
v1.0.52
: 1.0.52Compare Source
Changes
ModuleLoadex
,SlaveOf
,ClusterMyShardID
torueidiscompat
(#708)BitFieldRO
,HScanNoValues
, andClientInfo
torueidiscompat
(#707)CacheMarshal
andCacheUnmarshalView
for third party cache libraries (#693)ReplicaSelector
for selecting which replica to send commands (#692)DoCache
andDoMultiCache
onMOVED
/ASK
redirections (#701) (#704)DoMulti
onMOVED
/ASK
redirections (#697) (#709)DoMulti
andDoMultiCache
in a cluster client (#699)client.Nodes()
if they doesn't show up in the cluster topology (#687)DoMulti
on network errors (#706)sunsubscribe
requests and slot migrations (#691)Contributors
We'd like to thank all the contributors who worked on this release!
@proost, @rueian, @unknowntpo and @wyxloading
v1.0.51
: 1.0.51Compare Source
Changes
rueidislimiter
(#681)Contributors
We'd like to thank all the contributors who worked on this release!
@altanozlu, @rueian and @veirfuna
v1.0.50
: 1.0.50Compare Source
Changes
FtSearch
and related functions torueidiscompat
(#676)rueidislimiter
module for Distributed Rate Limiting (#661)os.ErrDeadlineExceeded
tocontext.DeadlineExceeded
only whenConnWriteTimeout
is shorter (#672)rueidislock
(#669)dpool
for blocking commands to be able to respect context deadlines (#668)Contributors
We'd like to thank all the contributors who worked on this release!
@nesty92, @rueian, @unknowntpo and @zeiler
v1.0.49
: 1.0.49Compare Source
Fixes for refreshing cluster topology
We strongly encourage everyone to upgrade to version 1.0.49 to address the issues related to refreshing the cluster topology.
Changes
CLUSTER SLOTS
instead ofCLUSTER SHARDS
for clusters with version less than 8. This is due to a server bug that returns empty slot information after the first failover. (#664)CLUSTER SHARDS
response. (#660)client.Do
for 1 second of refreshing threshold in the cases of network error. (#659)LOADING
errors. (#657)FT.ALTER
. (#655)FT.ALTER
in OM JSON and Hash repo. (#645)ZADD
command. (#652)Contributors
We'd like to thank all the contributors who worked on this release!
@imvtsl, @justinmir, @mingdaoy, @nesty92 and @rueian
v1.0.48
: 1.0.48Compare Source
Changes
DisableTCPNoDelay
option for better p99 latencies in certain network conditions such as GCP without gVNIC. (#650)DisableAutoPipelining
option to serve requests from connection pools for better latencies by avoiding pipelining overhead and HoL blocking. (#646)RetryDelay
option. (#643)Contributors
We'd like to thank all the contributors who worked on this release!
@proost and @rueian
v1.0.47
: 1.0.47Compare Source
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@proost and @rueian
v1.0.46
: 1.0.46Compare Source
Changes
DoMulti()
with 2000+ commands by default (#631)SCRIPT SHOW
,CLIENT CAPA
, andCLUSTER SLOT-STATS
commands (#628)CLIENT SETINFO
command on initialization (#622)*FieldValue
command builders (#625)rueidiscompat.SSubscribe
due to unnecessaryPING
(#636)Contributors
We'd like to thank all the contributors who worked on this release!
@rahulgkatre, @rueian and @tamayika
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).