Skip to content

Operation with Redis ignore cancellationToken #26

@DanielCouto

Description

@DanielCouto

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions