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