elephant icon indicating copy to clipboard operation
elephant copied to clipboard

Operation with Redis ignore cancellationToken

Open DanielCouto opened this issue 4 years ago • 1 comments

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"

DanielCouto avatar Jul 31 '20 16:07 DanielCouto

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? :)

andreminelli avatar Aug 06 '20 17:08 andreminelli