Martin Gustafsson

Results 1 issues of Martin Gustafsson

I cannot get `StrackRedis.L1` to work with [ASP.NET Core distributed cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-6.0). It's configured as following: ```csharp services.AddStackExchangeRedisCache(options => { options.Configuration = distributedCacheConfig.ConnectionString; options.ConnectionMultiplexerFactory = async () => { var mux...