Class RedisConfigurationSection
The main section for redis configurations.
Inherited Members
Namespace:CacheManager.Redis
Assembly:CacheManager.StackExchange.Redis.dll
Syntax
public sealed class RedisConfigurationSection : ConfigurationSection
Fields
| Improve this Doc View SourceDefaultSectionName
The default section name.
Declaration
public const string DefaultSectionName = "cacheManager.Redis"
Field Value
Type | Description |
---|---|
String |
Properties
| Improve this Doc View SourceConnections
Gets the connections.
Declaration
[ConfigurationProperty("connections")]
[ConfigurationCollection(typeof (RedisOptionCollection), AddItemName = "connection")]
public RedisOptionCollection Connections { get; }
Property Value
Type | Description |
---|---|
RedisOptionCollection | The connections. |
Xmlns
Gets or sets the XMLNS.
Declaration
[ConfigurationProperty("xmlns", IsRequired = false)]
public string Xmlns { get; set; }
Property Value
Type | Description |
---|---|
String | The XMLNS. |