derhuerst/redis-stream

get ids of messages in the object while reading streams

Open

#5 opened on Jun 2, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

need to get the id of every message while listening to the stream, and should have the option to pass that id in the opt = {} to get the messages after that particular id.

Contributor guide