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 connection pooling #433

Merged
merged 7 commits into from
Feb 27, 2020

Commits on Feb 24, 2020

  1. Pool redis connections

    jcw- committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    aed6c05 View commit details
    Browse the repository at this point in the history
  2. Drain pool after test completion

    jcw- committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    213d800 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    6ee22d0 View commit details
    Browse the repository at this point in the history
  2. Install jest instead of mocha

    jcw- committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    13c1ac1 View commit details
    Browse the repository at this point in the history
  3. Convert tests from mocha to jest

    jcw- committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9419454 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c6be4b View commit details
    Browse the repository at this point in the history
  5. Fix matcher conversion

    jcw- committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    76ec526 View commit details
    Browse the repository at this point in the history