RedisEndpointInfo
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class RedisEndpointInfo
Properties
Host
View Source
Declaration
public string Host { get; set; }
Port
View Source
Declaration
public int Port { get; set; }
Ssl
View Source
Declaration
public bool? Ssl { get; set; }
Db
View Source
Declaration
public long Db { get; set; }
Username
View Source
Declaration
public string Username { get; set; }
Password
View Source
Declaration
public string Password { get; set; }