Make `RedisConnection.Configuration.defaultPort` thread safe by fabianfett · Pull Request #81 · swift-server/RediStack
`RedisConnection.Configuration.defaultPort` is currently unprotected shared mutable state. To ensure thread safety this patch adds an atomic to back this property. Further we mark `RedisConnection.Configuration` as `Sendable`.
fabianfett
deleted the
ff-make-RedisConnection.Configuration-thread-safe
branch
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