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

Use the IAsyncEnumerable interface in the FindStoreKeysByKeyPartAsync method of the IValueStore interface #113

Closed
SeanFarrow opened this issue Feb 13, 2023 · 4 comments
Assignees
Milestone

Comments

@SeanFarrow
Copy link
Contributor

Given this is a major release, we should look at using hte IAsyncEnumerable interface when returning keys from the FindStoreKeysByKeyPartAsync method of the IValueStore validator.

Whilst this won't help im-memory implementations, it will help any distributed cache implementations.

@KevinDockx KevinDockx self-assigned this Feb 14, 2023
@KevinDockx
Copy link
Owner

Yep - I'll take this up :)

@SeanFarrow
Copy link
Contributor Author

SeanFarrow commented Feb 14, 2023 via email

@KevinDockx
Copy link
Owner

Done: 2dbd782

@KevinDockx
Copy link
Owner

(I was already working on it anyway :))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants