2 references to GetConfiguredOptions
Microsoft.Extensions.Caching.StackExchangeRedis (2)
RedisCache.cs (2)
294connection = ConnectionMultiplexer.Connect(_options.GetConfiguredOptions()); 338connection = await ConnectionMultiplexer.ConnectAsync(_options.GetConfiguredOptions()).ConfigureAwait(false);