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