# RedisCommanderResource

- 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/RedisCommanderResource.cs)
- Inherits: `ContainerResource`

A resource that represents a Redis Commander container.

## Definition

```csharp
namespace Aspire.Hosting.Redis;

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

## Constructors

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