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"
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"