Show / Hide Table of Contents

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 Source

Host

Gets or sets the Host name.

Declaration
public string Host { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Password

Gets or sets the password.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Port

Gets or sets the Port.

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToStackExchangeConnectionString()

Builds SE connection string.

Declaration
public string ToStackExchangeConnectionString()
Returns
Type Description
System.String

A connection string.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX