You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The initial benchmark shows 2x improvement in throughput but this support is still experimental and under active development, see the README for more details. Contributions are very welcome.
Changes
docs: enhance README with availability zone awareness helpers (#934)
feat: add availability zone awareness for the standalone client (#930)
feat: add ability to get availability_zone from an INFO command (#105)
feat: add availability zone awareness helpers (#932)
feat: implement slot-based batching for the MGet helper (#908)
fix: handle nil options in valkeycompat TFunctionLoadArgs (#936)
fix: eliminate data race in backgroundPing() (#933)
feat: new ReadNodeSelector option allowing more fine-grained control over load balancing among nodes and deprecating the old ReplicaSelector.
feat: new BYPOLYGON option in GEOSEARCH command.
feat: new SAFE option in SHUTDOWN command.
feat: new DELIFEQ command.
fix: correctly handle early exit in Scanner iterators.
Experimental
feat: new experimental pipelining queue implementation, which is context aware and can be enabled by setting the RUEIDIS_QUEUE_TYPE environment variable to flowbuffer.
Contributors
We'd like to thank all the contributors who worked on this release!
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.55
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.56
Mar 17, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.56
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.57
Apr 8, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.57
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.59
Apr 29, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.59
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.60
May 17, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.60
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.61
Jun 8, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.61
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.62
Jun 29, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.62
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.63
Jul 20, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.63
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.64
Aug 6, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.64
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.65
Sep 22, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.65
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.66
Sep 27, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.66
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.67
Oct 13, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.67
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.68
Nov 16, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.68
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.69
Dec 7, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.69
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.70
Dec 30, 2025
renovatebot
changed the title
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.70
fix(deps): update module github.com/valkey-io/valkey-go/valkeycompat to v1.0.71
Jan 29, 2026
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.52→v1.0.71Release Notes
valkey-io/valkey-go (github.com/valkey-io/valkey-go/valkeycompat)
v1.0.71: 1.0.71Compare Source
valkeyrdma
valkeyrdmaprovides the experimental support for the Valkey RDMA connection type.The initial benchmark shows 2x improvement in throughput but this support is still experimental and under active development, see the README for more details. Contributions are very welcome.
Changes
READMEwith availability zone awareness helpers (#934)availability_zonefrom anINFOcommand (#105)MGethelper (#908)niloptions in valkeycompatTFunctionLoadArgs(#936)NewAdaptersets maxp incorrectly (#102)Contributors
We'd like to thank all the contributors who worked on this release!
@JaeguKim, @SoulPancake, @heynemann, @majiayu000, @nesty92, @nickngsr and @rueian
v1.0.70: 1.0.70Compare Source
Changes
server.*valkeyotel attrs in more cases (#95)valkey.dialvalkeyotel span with otel conventions (#94)Contributors
We'd like to thank all the contributors who worked on this release!
@arisudesu, @austindrenski, @justinmayhew, @rueian and @wyxloading
v1.0.69: 1.0.69Compare Source
Changes
OverrideCacheTTLfor custom TTL per cache entry tovalkeyasideToRetryableto commands (#920)MaxMovedRedirectionsoption to prevent infinite redirect loops in the cluster modeContextWithLabelerfor custom metrics labels tovalkeyotelContributors
We'd like to thank all the contributors who worked on this release!
@nirchetrit, @rueian, @schadotr, @strobil, @vipoxin and @wyxloading
v1.0.68: 1.0.68Compare Source
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@FZambia and @rueian
v1.0.67: 1.0.67Compare Source
Changes
CLIENT LISTandClient KILLcommands.CLIENT CAPA redirectfor standalone clients withStandaloneOption.EnableRedirect.READONLYfor standalone clients.Contributors
We'd like to thank all the contributors who worked on this release!
@AvinashAbbigeri, @SoulPancake, @appleboy, @justinmayhew and @rueian
v1.0.66: 1.0.66Compare Source
Changes
MOVEDredirections for commands without a slot (#80)Contributors
We'd like to thank all the contributors who worked on this release!
@rueian and @skif48
v1.0.65: 1.0.65Compare Source
Changes
ReadNodeSelectoroption allowing more fine-grained control over load balancing among nodes and deprecating the oldReplicaSelector.BYPOLYGONoption inGEOSEARCHcommand.SAFEoption inSHUTDOWNcommand.DELIFEQcommand.Scanneriterators.Experimental
RUEIDIS_QUEUE_TYPEenvironment variable toflowbuffer.Contributors
We'd like to thank all the contributors who worked on this release!
@Krish8955, @ash2k, @ayush-sarda, @bbangert, @proost, @rueian and @wandering-salesman
v1.0.64: 1.0.64Compare Source
Changes
FieldValueItertoHsetexcommand builderCreateAndAliasIndextoom.Repositoryvalkeycompat(#61)Contributors
We'd like to thank all the contributors who worked on this release!
@SoulPancake, @XHanL, @rueian and @zeeshan-zomato
v1.0.63: 1.0.63Compare Source
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@Aakkash-Suresh, @Ryan2327, @arbhalerao, @ash2k, @dalaoqi, @davidlin-tv2, @mingdaoy, @rueian, @sugymt and @yhc9311
v1.0.62: 1.0.62Compare Source
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@PingXie, @jsoref, @nithinputhenveettil, @proost and @rueian
v1.0.61: 1.0.61Compare Source
Changes
WithOnSubscriptionHookfor the Receive method.AsXRangeSlicesandAsXReadSlicesforXRANGEandXREADcommands.Contributors
We'd like to thank all the contributors who worked on this release!
@atharva-navani16, @hono0130 and @rueian
v1.0.60: 1.0.60Compare Source
Changes
ConnLifetimeoption for recreating connections after the specified durationNewLuaScriptNoShato create Lua scripts without SHA-1 for FIPS complianceresp.Error()callsContributors
We'd like to thank all the contributors who worked on this release!
@FZambia, @rueian, @nadongjun and @terut
v1.0.59: 1.0.59Compare Source
Changes
PUBSUB SHARDNUMSUB(#41)HGETDEL,HGETEX,HSETEXcommand builders (#825)VADD,VSIMand other Vector Sets command builders (#827)HGetDel,HGetEX,HSetEX(#831)MAXAGEtoken in theCLIENT KILLcommand (#821)IFEQ,LIB-NAME,LIB-VERtokens in the command builderContributors
We'd like to thank all the contributors who worked on this release!
@aakosarev, @dalaoqi, @dependabot, @dependabot[bot], @fscnick, @rueian, @steved and @win5923
v1.0.58Compare Source
v1.0.57: 1.0.57Compare Source
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@SoulPancake, @arbha1erao, @fscnick, @liuzhaohui, @rueian and @srikar-jilugu
v1.0.56: 1.0.56Compare Source
Changes
1.23for security patches ingolang.org/x/net.Mode()Method tovalkey.Client.DialCtxFnoption.NOAUTHerror in RESP2.CLIENT CACHING YESinBCASTandOPTOUTmode.valkeyasidego.mod and add module validation.CLUSTER SHARDSwhen auto pipelining is disabled.valkeylimiter.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 commandsToPipeto command builders, allowing specific commands to be still auto pipelined whenDisableAutoPipeliningis trueFunctionStatsto valkeycompatLCSto valkeycompatSlowLogGetto valkeycompatACLListto valkeycompatACLCatArgsto valkeycompatClusterLinksto valkeycompatACLCatto valkeycompatACLDelUserto valkeycompatACLLogResetto valkeycompatACLSetUserto valkeycompatACLLogto valkeycompatFTAggregateWithArgs,FTSearchWithArgsin valkeycompatContributors
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.22IFEQoption toSETcommand for Valkey 8.1valkeyasideon Redis < 7 with the newUseLuaLockoptionvalkeyproboperationsContributors
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
valkeyaside.valkeyprob.Contributors
We'd like to thank all the contributors who worked on this release!
@HurSungYun, @dntam00, @jouir, @korECM, @nesty92 and @rueian
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.