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

Cleanup of store code #421

Merged
merged 4 commits into from
Oct 25, 2022
Merged

Cleanup of store code #421

merged 4 commits into from
Oct 25, 2022

Commits on Oct 25, 2022

  1. fix: actually store the data

    rklaehn committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    1c13102 View commit details
    Browse the repository at this point in the history
  2. fix: store chunk in any case

    rklaehn committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2f48ac6 View commit details
    Browse the repository at this point in the history
  3. refactor: add localstore

    LocalStore is completely synchronous and and not Send.
    In it we can store column family handles etc. It is the most convenient
    place to actually do stuff.
    rklaehn committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8aeec5e View commit details
    Browse the repository at this point in the history
  4. refactor: Remove most awaits

    Basically we only have await on create, and where we need it for impl RpcStore.
    rklaehn committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    61efc9f View commit details
    Browse the repository at this point in the history