RedisCommanderResource.withHostPort
Method
interface RedisCommanderResource { // ... omitted for brevity withHostPort(port: number): RedisCommanderResource;}Signature
method
withHostPort builder Configures the host port that the Redis Commander resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): RedisCommanderResourceParameters
port number Returns
RedisCommanderResource Defined on
This method is defined on the following type: