RedisScaleoutConfiguration Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
Top
Top
Settings for the Redis scale-out message bus implementation.
System::Object
Microsoft.AspNet.SignalR.Messaging::ScaleoutConfiguration
Microsoft.AspNet.SignalR::RedisScaleoutConfiguration
Microsoft.AspNet.SignalR.Messaging::ScaleoutConfiguration
Microsoft.AspNet.SignalR::RedisScaleoutConfiguration
Assembly: Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
The RedisScaleoutConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RedisScaleoutConfiguration(Func<RedisConnection>, String) | Initializes a new instance of the RedisScaleoutConfiguration class. |
![]() | RedisScaleoutConfiguration(String, Int32, String, String) | Initializes a new instance of the RedisScaleoutConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | Database | Gets or sets the Redis database instance to use. Defaults to 0. |
![]() | EventKey | Gets or sets the Redis event key to use. |
![]() | MaxQueueLength | Gets or sets the maximum length of the outgoing send queue. (Inherited from ScaleoutConfiguration.) |
Show:
