3 references to WithHostPort
Aspire.Hosting.Redis.Tests (2)
AddRedisTests.cs (1)
198
c.
WithHostPort
(1000);
RedisPublicApiTests.cs (1)
78
var action = () => builder.
WithHostPort
(port);
Redis.AppHost (1)
Program.cs (1)
6
.WithRedisInsight(c => c.
WithHostPort
(41567));