RedisShardInfo

Undocumented in source.

Constructors

this
this(string host)
Undocumented in source.
this
this(string host, string name)
Undocumented in source.
this
this(HostAndPort hp)
Undocumented in source.
this
this(string host, int port)
Undocumented in source.
this
this(string host, int port, bool ssl)
Undocumented in source.
this
this(string host, int port, string name)
Undocumented in source.
this
this(string host, int port, string name, bool ssl)
Undocumented in source.
this
this(string host, int port, int timeout)
Undocumented in source.
this
this(string host, int port, int timeout, bool ssl)
Undocumented in source.
this
this(string host, int port, int timeout, string name)
Undocumented in source.
this
this(string host, int port, int timeout, string name, bool ssl)
Undocumented in source.
this
this(string host, int port, int connectionTimeout, int soTimeout, int weight)
Undocumented in source.
this
this(string host, int port, int connectionTimeout, int soTimeout, int weight, bool ssl)
Undocumented in source.
this
this(string host, string name, int port, int timeout, int weight)
Undocumented in source.
this
this(string host, string name, int port, int timeout, int weight, bool ssl)
Undocumented in source.

Members

Functions

createResource
Redis createResource()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionTimeout
int getConnectionTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
getDb
int getDb()
Undocumented in source. Be warned that the author may not have intended to support it.
getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getPassword
string getPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
int getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
getSoTimeout
int getSoTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
getSsl
bool getSsl()
Undocumented in source. Be warned that the author may not have intended to support it.
setConnectionTimeout
void setConnectionTimeout(int connectionTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.
setPassword
void setPassword(string auth)
Undocumented in source. Be warned that the author may not have intended to support it.
setSoTimeout
void setSoTimeout(int soTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta