withRedisCommander
Function
interface RedisResource { // ... omitted for brevity withRedisCommander( configureContainer?: callback, containerName?: string): RedisResource;}Signature
method
withRedisCommander builder Adds Redis Commander management UI
withRedisCommander(configureContainer?: (obj: RedisCommanderResource) => void, containerName?: string): RedisResourceParameters
configureContainer (obj: RedisCommanderResource) => void optional containerName string optional Returns
RedisResource Applies to
This function is an extension method on the following types: