# RedisStreamingOptions.CreateMultiplexer

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.configuration.redisstreamingoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.configuration.redisstreamingoptions/properties/)

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

```csharp
public Func<RedisStreamingOptions, Task<(IConnectionMultiplexer Multiplexer, bool IsShared)>> RedisStreamingOptions.CreateMultiplexer
```

The delegate used to create a Redis connection multiplexer and indicate whether it is shared.
