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 470987d commit 8f4e583Copy full SHA for 8f4e583
src/providers/WorkflowCore.Providers.Redis/README.md
@@ -35,6 +35,6 @@ services.AddWorkflow(cfg =>
35
cfg.UseRedisPersistence("localhost:6379", "app-name");
36
cfg.UseRedisLocking("localhost:6379");
37
cfg.UseRedisQueues("localhost:6379", "app-name");
38
- cfg.UseRedisEventHub("localhost:6379", "channel-name")
+ cfg.UseRedisEventHub("localhost:6379", "channel-name");
39
});
40
```
0 commit comments