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

Add memory as a key value storage option #1617

Merged
merged 4 commits into from
Dec 3, 2020
Merged

Commits on Nov 25, 2020

  1. Add memory as a key value storage option

    Add `memory` as an option for `--key-value-storage`.  This is useful in
    small network synchronization tests as memory is faster and is easier to
    inspect via a debugger.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5d793ea View commit details
    Browse the repository at this point in the history
  2. changelog

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    dc2cb0b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    be53f4f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. merge

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    4b33456 View commit details
    Browse the repository at this point in the history