Skip to content

Question: Reliable queue using blocking commands #1117

@lefig

Description

@lefig

Hi,

We currently use Redis as a reliable queue and implement the reliable queue pattern using various commands that ultimately block. This avoids having a weak point in the architecture involving pubsub where there is no listener available.

I have taken a look at the multiplex guidance
https://stackexchange.github.io/StackExchange.Redis/PipelinesMultiplexers

This seems strange. Is the guidance saying that publishing/subscribing is required as a work around (for no blocking calls)?

Thank you

Fig

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions