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

RemoveByPatternAsync process takes a long time. #513

Open
hirandiazWoffu opened this issue Jan 8, 2024 · 2 comments
Open

RemoveByPatternAsync process takes a long time. #513

hirandiazWoffu opened this issue Jan 8, 2024 · 2 comments

Comments

@hirandiazWoffu
Copy link

public async Task RemoveByPatternAsync(string pattern, CancellationToken cancellationToken = default)

We proceed to delete a list of records that share a pattern in the cache keys; the process takes 2 to 3 seconds to complete for a number of records << 100,000. Is there any configuration to make this process go faster?

@catcherwong
Copy link
Member

@hirandiazWoffu Thanks for your interest in this project.

Which provider do you use?

@hirandiazWoffu
Copy link
Author

@catcherwong EasyCaching.Redis

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

No branches or pull requests

2 participants