Skip to content
Docs Try Aspire

RedisCommanderResource

Handle TypeScript
📦 Aspire.Hosting.Azure.Redis v13.2.0-preview.1.26159.1
interface RedisCommanderResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withHostPort(port: number): RedisCommanderResource;
}

Methods

method withHostPort builder
Sets the host port for Redis Commander
withHostPort(port: number): RedisCommanderResource
port number
RedisCommanderResource