hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
RedisPoolOptions
hunt
redis
RedisPoolOptions
class
RedisPoolOptions : PoolOptions {
string
host
;
int
port
;
int
connectionTimeout
;
int
soTimeout
;
string
password
;
int
database
;
string
clientName
;
int
maxAttempts
;
bool
ssl
;
this
();
this
(RedisPoolOptions other);
string
toString
();
}
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
Source
See Implementation
hunt
redis
RedisPoolOptions
classes
RedisPoolOptions
structs
RedisClusterConfig