Skip to content
Docs Try Aspire

RedisResource.withRedisInsight

Method
📦 Aspire.Hosting.Redis v13.2.0-preview.1.26159.1
interface RedisResource {
// ... omitted for brevity
withRedisInsight(configureContainer?: (obj: RedisInsightResource) => void, containerName?: string): RedisResource;
}

Signature

method withRedisInsight builder
Adds Redis Insight management UI
withRedisInsight(configureContainer?: (obj: RedisInsightResource) => void, containerName?: string): RedisResource
configureContainer (obj: RedisInsightResource) => void optional
containerName string optional
RedisResource

Defined on

This method is defined on the following type: