# 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/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Redis/RedisInsightResource.cs#L21)

Gets the primary endpoint for the Redis Insight.

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