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

Operation with Redis ignore cancellationToken #26

Open
DanielCouto opened this issue Jul 31, 2020 · 1 comment
Open

Operation with Redis ignore cancellationToken #26

DanielCouto opened this issue Jul 31, 2020 · 1 comment

Comments

@DanielCouto
Copy link

Insert/update operations in set or map on Redis ignore token received, and continue the operation even if the token arrives canceled.
It would be nice to have the same treatment that exists in Redis queue operations, using call cancellationToken.ThrowIfCancellationRequested() before all.
Sample: class "RedisBus" method "PublishAsync"

@andreminelli
Copy link
Contributor

Thanks for pointing this out, @DanielCouto

It doesn't hurt to ask: do you think that you can contribute with a Pull Request for this? :)

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