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

feat: Introduce IRinBuilder #50

Merged
merged 2 commits into from
Oct 20, 2020
Merged

feat: Introduce IRinBuilder #50

merged 2 commits into from
Oct 20, 2020

Conversation

mayuki
Copy link
Owner

@mayuki mayuki commented Oct 20, 2020

Breaking changes

IServiceCollection.AddRinRedisStorage extension method is removed

Use IRinBuilder.UseRedisStorage instead.

services.AddRin()
    .UseRedisStorage(options =>
    {
        ...
    });

@mayuki mayuki merged commit 579a930 into master Oct 20, 2020
@mayuki mayuki deleted the feature/IRinBuilder branch October 20, 2020 06:58
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

Successfully merging this pull request may close these issues.

1 participant