Skip to content

Tags: swift-server/RediStack

Tags

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix AsyncStream polyfill swift<5.9 (#101)

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing availibility flags (#99)

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve error messages (#97)

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close connection pool even if some connections are leased/in creation (

…#86)

Currently closing a pool, that has leased connections or currently creates connections fails. Such a close attempt brings the pool in an unrecoverable closing state and may lead to crashes. This patch changes the pool shutdown behavior to allow closing the pool even if the pool is not a predefined state.

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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`.

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
marius-se Marius Seufzer
call onUnexpectedConnectionClose on closeFuture

1.4.0

Toggle 1.4.0's commit message
[Misc] Update contributors list

2.0.0-gamma.1.1

Toggle 2.0.0-gamma.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Make the parameter-less RedisClientError factory statics computed pro…

…perties. As stored properties, they trigger Thread Sanitizer errors when multiple connections trigger the same errors (usually connectionClosed) too close together due to lazy once-only initialization.

1.3.3

Toggle 1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
gwynne Gwynne Raskind
Make the parameter-less RedisClientError factory statics computed pro…

…perties. As stored properties, they trigger Thread Sanitizer errors when multiple connections trigger the same errors (usually connectionClosed) too close together due to lazy once-only initialization.

1.3.2

Toggle 1.3.2's commit message
Add support for Swift Package Index documentation hosting

This is a cherry-pick of commit 4e2217c