C# Class ServiceStack.Redis.RedisEndpoint

Inheritance: IEndpoint
ファイルを表示 Open project: ServiceStack/ServiceStack.Redis Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RedisEndpoint ( ) : System
RedisEndpoint ( string host, int port, string password = null, long db = RedisConfig.DefaultDb ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( RedisEndpoint other ) : bool

Method Details

Equals() protected method

protected Equals ( RedisEndpoint other ) : bool
other RedisEndpoint
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RedisEndpoint() public method

public RedisEndpoint ( ) : System
return System

RedisEndpoint() public method

public RedisEndpoint ( string host, int port, string password = null, long db = RedisConfig.DefaultDb ) : System
host string
port int
password string
db long
return System

ToString() public method

public ToString ( ) : string
return string