3 writes to FlushInterval
Aspire.StackExchange.Redis.DistributedCaching.Tests (1)
DistributedCacheConformanceTests.cs (1)
56
builder.Services.Configure<StackExchangeRedisInstrumentationOptions>(options => options.
FlushInterval
= TimeSpan.Zero);
Aspire.StackExchange.Redis.OutputCaching.Tests (1)
OutputCacheConformanceTests.cs (1)
56
builder.Services.Configure<StackExchangeRedisInstrumentationOptions>(options => options.
FlushInterval
= TimeSpan.Zero);
Aspire.StackExchange.Redis.Tests (1)
AspireRedisExtensionsTests.cs (1)
277
builder.Services.Configure<StackExchangeRedisInstrumentationOptions>(options => options.
FlushInterval
= TimeSpan.Zero);
1 reference to FlushInterval
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
131
if (this.stopHandle.WaitOne(this.options.
FlushInterval
))