Skip to content
Docs Try Aspire

withRedisInsight

Function
📦 Aspire.Hosting.Redis v13.2.0-preview.1.26159.1
interface RedisResource {
// ... omitted for brevity
withRedisInsight(
configureContainer?: callback,
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

Applies to

This function is an extension method on the following types: