elephant
elephant copied to clipboard
Operation with Redis ignore cancellationToken
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"
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? :)