Skip to content
DocsTry Aspire
DocsTry

RedisCommanderResource

Handle
📦 Aspire.Hosting.Redis v13.4.0
interface RedisCommanderResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withHostPort(port: number): RedisCommanderResource;
}

Methods

methodwithHostPortbuilder
Configures the host port that the Redis Commander resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): RedisCommanderResource
portnumber
RedisCommanderResource