@valkey/valkey-glide
    Preparing search index...

    Type Alias StreamReadGroupOptions

    StreamReadGroupOptions: StreamReadOptions & { noAck?: boolean }

    Optional arguments for xreadgroup command.

    Type Declaration

    • OptionalnoAck?: boolean

      If set, messages are not added to the Pending Entries List (PEL). This is equivalent to acknowledging the message when it is read.