# RedisCommanderResource Constructors

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

A resource that represents a Redis Commander container.

## RedisCommanderResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Redis/RedisCommanderResource.cs#L12)

A resource that represents a Redis Commander container.

```csharp
public class RedisCommanderResource
{
    public RedisCommanderResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  The name of the resource.
