We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bca6f commit f81ab96Copy full SHA for f81ab96
README.md
@@ -50,7 +50,7 @@ const control = {
50
}
51
const stream = new RedisStream({
52
streams: ['my-stream'],
53
- group: ' ',
+ group: 'my-group',
54
//eg. k8s StatefulSet hostname. or Cloud Foundry instance index
55
consumer: 'tpc_' + process.env.SOME_ORDINAL_IDENTIFIER,
56
block: Infinity,
0 commit comments