# RedisInsightResource

- Kind: `class`
- Package: [Aspire.Hosting.Redis](/reference/api/csharp/aspire.hosting.redis.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.Redis`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Redis/RedisInsightResource.cs)
- Inherits: `ContainerResource`

A resource that represents a Redis Insight container.

## Definition

```csharp
namespace Aspire.Hosting.Redis;

public class RedisInsightResource
    : Aspire.Hosting.ApplicationModel.ContainerResource
{
    // ...
}
```

## Constructors

- [RedisInsightResource(string)](/reference/api/csharp/aspire.hosting.redis/redisinsightresource/constructors.md#constructor-string) -- A resource that represents a Redis Insight container.

## Properties

- [PrimaryEndpoint](/reference/api/csharp/aspire.hosting.redis/redisinsightresource/properties.md#primaryendpoint) : `EndpointReference` `get` -- Gets the primary endpoint for the Redis Insight.
