Skip to content
Docs Try Aspire
Docs Try

withRedisCommander

Method
📦 Aspire.Hosting.Redis v13.4.0
interface RedisResource {
// ... omitted for brevity
withRedisCommander(
configureContainer?: callback,
containerName?: string): RedisResource;
}

Signature

method withRedisCommander builder
Adds Redis Commander management UI
withRedisCommander(configureContainer?: (obj: RedisCommanderResource) => Promise<void>, containerName?: string): RedisResource
configureContainer (obj: RedisCommanderResource) => Promise<void> optional
containerName string optional
RedisResource

Applies to

This method applies to the following types: