Skip to content

Redis store

Olivier Lefebvre edited this page Dec 23, 2018 · 1 revision

To use the Redis store instead of EntityFramework:

var dynamicBuilder = authBuilder
    .AddDynamic<SchemeDefinition>()
    .AddRedisStore("localhost:6379");
Clone this wiki locally