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 a50bb6a commit a1e7f3aCopy full SHA for a1e7f3a
src/providers/WorkflowCore.Providers.Redis/README.md
@@ -32,7 +32,7 @@ Use the `IServiceCollection` extension methods when building your service provid
32
```C#
33
services.AddWorkflow(cfg =>
34
{
35
- cfg.UseRedisPersistence("localhost:6379", "app-name");
+ 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")
0 commit comments