Files
RediStack/Tests
Fabian Fett 43ea6af862 Make RedisConnection.Configuration.defaultPort thread safe (#81)
`RedisConnection.Configuration.defaultPort` is currently unprotected shared mutable state. To ensure thread safety this patch adds an atomic to back this property. Since setting the `defaultPort` doesn't make much sense for adopters, we deprecate the setter. Lastly we mark `RedisConnection.Configuration` as `Sendable`.
2023-07-08 14:58:55 +02:00
..