Skip to content
DocsTry Aspire
DocsTry

RedisResource.withRedisInsight

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

Signature

methodwithRedisInsightbuilder
Adds Redis Insight management UI
withRedisInsight(configureContainer?: (obj: RedisInsightResource) => Promise<void>, containerName?: string): RedisResource
configureContainer(obj: RedisInsightResource) => Promise<void>optional
containerNamestringoptional
RedisResource

Defined on

This method is defined on the following type: