dotnet · dotnet/aspire · v13.4.2Good to know
dotnet/aspire 13.4.2 fixes Redis TLS deadlock in persistent containers
Patch release 13.4.2 fixes a deadlock in Redis persistent containers when using TLS, caused by using public host ports instead of internal target ports in start
What changed
Patch release 13.4.2 fixes a deadlock in Redis persistent containers when using TLS, caused by using public host ports instead of internal target ports in startup arguments.
Who it affects
Users of Aspire 13.4.x who use Redis with WithLifetime(ContainerLifetime.Persistent) and TLS.
What to do today
Upgrade to Aspire 13.4.2 to avoid Redis startup deadlocks.
The trail
Collected→
Audited→
Written→
Published