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(storers): Add a new NutsMemcached storage backend built on NutsDB #452

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. feat(storers): Add a new NutsMemcached storage backend built on NutsDB

    In this commit NutsMemcached behave just like Nuts.
    Vincent Jordan committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1b84f30 View commit details
    Browse the repository at this point in the history
  2. feat(storers): Add memcached backend to NutsMemcached

    In this commit cache values are moved to memcached and only keys are kept in Nuts.
    Vincent Jordan committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    05bd507 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat(storers): Switch Memcached to Ristretto

    Vincent Jordan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    43bab16 View commit details
    Browse the repository at this point in the history
  2. feat(storers): Add get/set multilevel support and rebase

    Vincent Jordan committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    92c02be View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat(storers): Add NutsMemcached storage tests and fix NutsDB multi-i…

    …nstance reuse.
    Vincent Jordan committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5e72cd4 View commit details
    Browse the repository at this point in the history
  2. feat(storers): Change NutsDB bucket name

    Vincent Jordan committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f380cc3 View commit details
    Browse the repository at this point in the history