RedisPoolOptions

Constructors

this
this()
Undocumented in source.
this
this(RedisPoolOptions other)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clientName
string clientName;
Undocumented in source.
connectionTimeout
int connectionTimeout;
Undocumented in source.
database
int database;
Undocumented in source.
host
string host;
Undocumented in source.
maxAttempts
int maxAttempts;
Undocumented in source.
password
string password;
Undocumented in source.
port
int port;
Undocumented in source.
soTimeout
int soTimeout;
Undocumented in source.
ssl
bool ssl;
Undocumented in source.

Meta