-
Notifications
You must be signed in to change notification settings - Fork 91
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
Redis: One Pool per usecase #3829
Comments
Can you reiterate which services ( |
|
loewenheim
added a commit
that referenced
this issue
Jul 24, 2024
loewenheim
added a commit
that referenced
this issue
Aug 1, 2024
Second attempt at #3843. Implements #3829. This time around, if there is only one Redis pool configuration, we only create one pool and clone it 4 ways (instead of creating 4 identical pools like last time). This means that the case of only one configuration preserves the current behavior, modulo the bug fix related to `DEFAULT_MIN_MAX_CONNECTIONS`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should split the Regex pools into multiple pools, one per usecase:
The configuration should accept the config we already have and use that to configure each pool with these values or share the same pool for all usecases (tbd).
Additionally the config should accept a config for each pool with different configuration values.
The text was updated successfully, but these errors were encountered: