Home / node / Commands / type-aliases / StreamReadGroupOptions @valkey/valkey-glide
@valkey/valkey-glide / Commands / StreamReadGroupOptions
Type Alias: StreamReadGroupOptions
StreamReadGroupOptions =
StreamReadOptions
&object
Optional arguments for xreadgroup command.
Type declaration
noAck?
optional
noAck:boolean
If set, messages are not added to the Pending Entries List (PEL). This is equivalent to acknowledging the message when it is read.