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