Skip to content
Docs Try Aspire

withRedisCommander

Function
📦 Aspire.Hosting.Redis v13.2.0-preview.1.26159.1
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): RedisResource
configureContainer (obj: RedisCommanderResource) => void optional
containerName string optional
RedisResource

Applies to

This function is an extension method on the following types: