Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

XREADGROUP reading backlog and new message Ruby code logic issue #269

Open
@giridharkannan

Description

@giridharkannan

Hi,

In Redis streams documentation, for the XREADGROUP command, we have Ruby sample code describing how to read backlog and then new messages.
The count has been set to 10. The code will not read full backlog messages if the backlog size is > 10.
Also, it would be good if XREADGROUP supports an argument similar to > which would first give backlog messages and then the actual messages. This way, users can avoid worrying about processing backlog separately and actual messages separately and avoid making mistakes.

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