# SiloRedisStreamConfigurator.ConfigureOptions(Action&lt;RedisStreamingOptions, IServiceProvider&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.siloredisstreamconfigurator/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.siloredisstreamconfigurator/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Streaming.Redis/Streams/RedisStreamBuilder.cs#L30)

```csharp
public void ConfigureOptions(Action<RedisStreamingOptions, IServiceProvider> configureOptions)
```

Configures the Redis streaming options.

### Parameters

- `configureOptions` (`Action<RedisStreamingOptions, IServiceProvider>`): The delegate used to configure the options.
