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: Add delete method. #56

Merged
merged 2 commits into from
May 19, 2022
Merged

feat: Add delete method. #56

merged 2 commits into from
May 19, 2022

Conversation

malandis
Copy link
Contributor

@malandis malandis commented May 19, 2022

Closes #50

Update the gRPC client and add support for the data client's delete method. Example usage is as follows:
client.Delete(cacheName, key)

And the corresponding async implementation:
await client.DeleteAsync(cacheName, key)

Copy link
Contributor

@tylerburdsall tylerburdsall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

Copy link
Member

@eaddingtonwhite eaddingtonwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@malandis malandis merged commit df83b75 into main May 19, 2022
@malandis malandis deleted the feat/delete-method branch May 19, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New API] Add Delete API
3 participants