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

chore: specialize storage transport strategy and grpc configs #364

Merged
merged 2 commits into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. docs: document storage response types more thoroughly

    Adds more documentation for storage response types, especially the get
    response and storage value.
    malandis committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    40baf24 View commit details
    Browse the repository at this point in the history
  2. chore: specialize the storage transport strategy

    In the previous version, we re-used the transport strategy from the
    cache client. Here make a parallel version as to not couple the two.
    malandis committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3155ba2 View commit details
    Browse the repository at this point in the history