method
RedisClient.xack
xack(
group: string,
id: string,
...moreIds: string[]
): Promise<number>;
Acknowledge one or more messages as processed for a consumer group
@param key
The stream key
@param group
The consumer group name
@param id
The first message ID to acknowledge
@param moreIds
Additional message IDs to acknowledge
@returns
Promise that resolves with the number of messages successfully acknowledged
Referenced types
type KeyLike = string | ArrayBufferView | Blob