2 writes to ConnectionMultiplexerFactory
Aspire.StackExchange.Redis.OutputCaching (2)
AspireRedisOutputCacheExtensions.cs (2)
35options.ConnectionMultiplexerFactory = () => Task.FromResult(sp.GetRequiredService<IConnectionMultiplexer>()); 58options.ConnectionMultiplexerFactory = () => Task.FromResult(sp.GetRequiredKeyedService<IConnectionMultiplexer>(name));
2 references to ConnectionMultiplexerFactory
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (2)
RedisOutputCacheStore.cs (2)
333if (_options.ConnectionMultiplexerFactory is null) 339connection = await _options.ConnectionMultiplexerFactory().ConfigureAwait(false);