DefaultCreateMultiplexer(RedisStorageOptions)
static
public static Task<(IConnectionMultiplexer Multiplexer, bool IsShared)> RedisStorageOptions.DefaultCreateMultiplexer(RedisStorageOptions options) The default multiplexer creation delegate.
Parameters
optionsRedisStorageOptions- The storage options containing the Redis connection configuration.
Returns
A task containing the created multiplexer and an indication that the provider owns it.
Exceptions
System.ArgumentNullExceptionoptionsisnull.
