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

[C#] Add infrastructure to support more wire protocols #496

Merged
merged 9 commits into from
Jun 18, 2021

Commits on Jun 10, 2021

  1. Add BackendProvider concept to support backend other than FasterKV. A…

    …dd protocol byte to binary protocol to enable support for more protocols in the future.
    Tianyu Li committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e42285d View commit details
    Browse the repository at this point in the history
  2. Fix some typos and add some comments

    Tianyu Li committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    4e3f3f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d232686 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. add .idea to gitignore

    Tianyu Li committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a121e45 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'remote-protocol' of https://github.com/tli2/FASTER into…

    … remote-protocol
    Tianyu Li committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ca07adf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Jun 16, 2021

  1. Add constructor overload to avoid API change, tweaks to serialization…

    … performance.
    Tianyu Li committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    af652ab View commit details
    Browse the repository at this point in the history
  2. remove unused import

    Tianyu Li committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    68821ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e50a1f8 View commit details
    Browse the repository at this point in the history