Skip to content

Conversation

@Memoyu
Copy link
Contributor

@Memoyu Memoyu commented Feb 4, 2023

Usage:

var redisConfig = ConfigurationOptions.Parse("127.0.0.1:6379");
redisConfig.DefaultDatabase = 6;
services.AddEasyCaching(option =>
{
    option.WithRedisBus(config =>
    {
        config.ConfigurationOptions = redisConfig;
        config.SerializerName = "myredis";
    });
});

Copy link
Member

@catcherwong catcherwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@catcherwong catcherwong merged commit d2f8b5a into dotnetcore:dev Feb 5, 2023
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.

2 participants