# StackExchangeRedisSettings Constructors

- Package: [Aspire.StackExchange.Redis](/reference/api/csharp/aspire.stackexchange.redis.md)
- Type: [StackExchangeRedisSettings](/reference/api/csharp/aspire.stackexchange.redis/stackexchangeredissettings.md)
- Kind: `Constructors`
- Members: `1`

Provides the client configuration settings for connecting to a Redis server.

## StackExchangeRedisSettings

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Components/Aspire.StackExchange.Redis/StackExchangeRedisSettings.cs#L42)

```csharp
public sealed class StackExchangeRedisSettings
{
    public StackExchangeRedisSettings()
    {
        // ...
    }
}
```
