3 references to ContainerReplCommand
Aspire.Hosting.Redis.Tests (3)
RedisReplCommandTests.cs (2)
49
var execOptions =
ContainerReplCommand
.CreateExecOptions(options, "docker", "container-id");
68
var execOptions =
ContainerReplCommand
.CreateExecOptions(options, "docker", "container-id");
tests\Shared\ContainerReplCommandTestBase.cs (1)
129
var execOptions =
ContainerReplCommand
.CreateExecOptions(options, runtime, "current-container-id");