-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(redis): Allow configuring Redis pools individually (#3859)
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`.
- Loading branch information
1 parent
3cfb9f0
commit 824cdb2
Showing
10 changed files
with
506 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.