Skip to content
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

feat(redis): Allow configuring Redis pools individually #3843

Merged
merged 22 commits into from
Jul 24, 2024

Commits on Jul 19, 2024

  1. WIP

    loewenheim committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    db09075 View commit details
    Browse the repository at this point in the history
  2. WIP (it works?)

    loewenheim committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6aa5495 View commit details
    Browse the repository at this point in the history
  3. Single -> Unified

    loewenheim committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a659a94 View commit details
    Browse the repository at this point in the history
  4. Tests

    loewenheim committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    01f047a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Pass pools through

    loewenheim committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5731044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf23f2 View commit details
    Browse the repository at this point in the history
  3. Use quotas for reservoir

    loewenheim committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6cbbf9b View commit details
    Browse the repository at this point in the history
  4. Remove TODO

    loewenheim committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3b3f0c4 View commit details
    Browse the repository at this point in the history
  5. Refactor

    loewenheim committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    696490b View commit details
    Browse the repository at this point in the history
  6. Docs

    loewenheim committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    30ca38e View commit details
    Browse the repository at this point in the history
  7. Noop version of RedisPools

    loewenheim committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    713e1bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac34785 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Changelog

    loewenheim committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    30e5214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f52a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9af5c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cd9b0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49c4092 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    346d3a6 View commit details
    Browse the repository at this point in the history
  7. Fix types

    loewenheim committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b6e0d02 View commit details
    Browse the repository at this point in the history
  8. Fix error

    loewenheim committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c64f9db View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix default connections

    loewenheim committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ffd0235 View commit details
    Browse the repository at this point in the history
  2. Add a cfg annotation

    loewenheim committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c985b37 View commit details
    Browse the repository at this point in the history