# RedisInsightResource Properties

- Package: [Aspire.Hosting.Redis](/reference/api/csharp/aspire.hosting.redis.md)
- Type: [RedisInsightResource](/reference/api/csharp/aspire.hosting.redis/redisinsightresource.md)
- Kind: `Properties`
- Members: `1`

A resource that represents a Redis Insight container.

## PrimaryEndpoint

- Name: `PrimaryEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Redis/RedisInsightResource.cs#L21)

Gets the primary endpoint for the Redis Insight.

```csharp
public EndpointReference PrimaryEndpoint { get; }
```
