Skip to content

Commit f81ab96

Browse files
committed
docs: fix group name in readme
1 parent a7bca6f commit f81ab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const control = {
5050
}
5151
const stream = new RedisStream({
5252
streams: ['my-stream'],
53-
group: ' ',
53+
group: 'my-group',
5454
//eg. k8s StatefulSet hostname. or Cloud Foundry instance index
5555
consumer: 'tpc_' + process.env.SOME_ORDINAL_IDENTIFIER,
5656
block: Infinity,

0 commit comments

Comments
 (0)