You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: