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

Refactor: Removed official adapters, added iterators #8

Merged
merged 6 commits into from
May 24, 2021

Commits on May 21, 2021

  1. Refactor: Removed official adapters, added iterators

    Changed keyv.options.store to keyv.store,\nkeyv.iterator() yields an asyncIterator with all entries\nAdded tests for iterators\nRemoved official tests
    
    Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
    Jytesh committed May 21, 2021
    Configuration menu
    Copy the full SHA
    843d4c0 View commit details
    Browse the repository at this point in the history
  2. Tests: Removed official tests

    Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
    Jytesh committed May 21, 2021
    Configuration menu
    Copy the full SHA
    3fd7a2e View commit details
    Browse the repository at this point in the history
  3. Fix: Revalidate expiry in iterator and yield value

    Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
    Jytesh committed May 21, 2021
    Configuration menu
    Copy the full SHA
    8d62d74 View commit details
    Browse the repository at this point in the history
  4. Fix: Actually use a storage adaptor instead of map

    Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
    Jytesh committed May 21, 2021
    Configuration menu
    Copy the full SHA
    d9c194f View commit details
    Browse the repository at this point in the history
  5. Fix: mongo and redis iterators failing

    Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
    Jytesh committed May 21, 2021
    Configuration menu
    Copy the full SHA
    b0bc5ee View commit details
    Browse the repository at this point in the history
  6. CI/Fix: Increased max connections for mysql

    Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
    Jytesh committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f46648b View commit details
    Browse the repository at this point in the history