hunt-redis ~v1.3.x (2022-05-10T06:00:10.8738979)
Dub
Repo
RedisPoolConfig
hunt
redis
RedisPoolConfig
class
RedisPoolConfig : GenericObjectPoolConfig {
string
host
;
int
port
;
int
connectionTimeout
;
int
soTimeout
;
string
password
;
int
database
;
string
clientName
;
bool
ssl
;
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
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.
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
RedisPoolConfig
classes
RedisPoolConfig
structs
RedisClusterConfig