# ClusterClientRedisStreamConfigurator

Package: [Microsoft.Orleans.Streaming.Redis](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/) 10.0.0-alpha.1

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Streaming.Redis) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Streaming.Redis/Streams/RedisStreamBuilder.cs#L61)

```csharp
public sealed class ClusterClientRedisStreamConfigurator : ClusterClientPersistentStreamConfigurator
```

Configures Redis streams on a client.

## Constructors

- [ClusterClientRedisStreamConfigurator(string, IClientBuilder)](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.clusterclientredisstreamconfigurator/constructors/constructor-string-orleans-hosting-iclientbuilder-1fbc0303/)

## Properties

- [RedisStreamingOptions](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.clusterclientredisstreamconfigurator/properties/redisstreamingoptions-ca6c76b8/)

## Methods

- [ConfigureOptions(Action&lt;RedisStreamingOptions, IServiceProvider&gt;)](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.clusterclientredisstreamconfigurator/methods/configureoptions-system-action-orleans-configuration-redisstreamingoptions-syste-ac3e86c6/)
- [ConfigurePartitioning(int)](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.clusterclientredisstreamconfigurator/methods/configurepartitioning-int-db82c285/)
