# SiloBuilderExtensions Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.silobuilderextensions/)

## AddRedisStreams(ISiloBuilder, string, Action&lt;SiloRedisStreamConfigurator&gt;) {#addredisstreams-this-orleans-hosting-isilobuilder-string-system-action-orleans-h-4b5aad70}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.silobuilderextensions/methods/addredisstreams-this-orleans-hosting-isilobuilder-string-system-action-orleans-h-4b5aad70/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Streaming.Redis/Hosting/SiloBuilderExtensions.cs#L13-L19)

```csharp
public static ISiloBuilder AddRedisStreams(this ISiloBuilder builder, string name, Action<SiloRedisStreamConfigurator> configure)
```

Configure silo to use Redis streams.

### Parameters

- `builder` (`ISiloBuilder`)
- `name` (`string`)
- `configure` (`Action<SiloRedisStreamConfigurator>`)
