Connection pools with streams #2003
Unanswered
jaysonhurd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fairly new to Redis. I'm building an app using Streams. If I spin off several goroutines passing the single redis Cluster Connection it doesn't actually run it. I have set pool size to a large number thinking this would auto manage the pool but it actually does nothing. I can't find anything anywhere about how to use connection pools with Streams and in particular blocking connections.
Beta Was this translation helpful? Give feedback.
All reactions