2 references to TestConnectionMultiplexer
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisHubLifetimeManagerBenchmark.cs (1)
42
ConnectionFactory = _ => Task.FromResult<IConnectionMultiplexer>(new
TestConnectionMultiplexer
(server))
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisHubLifetimeManagerTests.cs (1)
32
var options = new RedisOptions() { ConnectionFactory = async (t) => await Task.FromResult(new
TestConnectionMultiplexer
(server)) };