Skip to content

RedIStack doesn't vendor concurrency APIs #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Joannis opened this issue Mar 22, 2025 · 0 comments
Open

RedIStack doesn't vendor concurrency APIs #124

Joannis opened this issue Mar 22, 2025 · 0 comments

Comments

@Joannis
Copy link
Member

Joannis commented Mar 22, 2025

Concurrency is increasingly a critical part of the Swift ecosystem, even more so on Server than other Swift ecosystems. RediStack doesn't currently support concurrency at all, and users are manually .get()-ing EventLoopFutures. This is not a very ergonomic/modern API, and there are many more (potential) improvements beyond a simple await we could do. Like exposing an AsyncSequence for pub/sub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant