Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Can it be used on ISiloBuilder? #27

Closed
akourbat opened this issue Jan 18, 2022 · 1 comment
Closed

[Question] Can it be used on ISiloBuilder? #27

akourbat opened this issue Jan 18, 2022 · 1 comment

Comments

@akourbat
Copy link

Hi, can this provider be used in the scenario of combined client+host? I am using this code

await Host.CreateDefaultBuilder(args)
    .UseOrleans(builder =>
    {
        builder.UseLocalhostClustering();
        builder.AddMemoryGrainStorageAsDefault();
        builder.AddSimpleMessageStreamProvider("SMS");
        builder.AddMemoryGrainStorage("PubSubStore");
    })
    .ConfigureWebHostDefaults(webBuilder =>
    {
        webBuilder.UseStartup<Startup>();
    })
    .RunConsoleAsync(); 

but ISiloBuider is not recognising the extension to add Redis (nuget installed);

@akourbat
Copy link
Author

Sorry, installed clustering nuget, my bad. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant