Class RedisConnectionConfiguration
Configuration to use to configure redis.
Inheritance
System.Object
RedisConnectionConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Redis.OM
Assembly: Redis.OM.dll
Syntax
public class RedisConnectionConfiguration
Properties
| Improve this Doc View SourceHost
Gets or sets the Host name.
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Gets or sets the password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Gets or sets the Port.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToStackExchangeConnectionString()
Builds SE connection string.
Declaration
public string ToStackExchangeConnectionString()
Returns
Type | Description |
---|---|
System.String | A connection string. |