You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 simpleawait
we could do. Like exposing anAsyncSequence
for pub/sub.The text was updated successfully, but these errors were encountered: