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