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