sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

reconnect timeout and how many time it will try to reconnect? #328

Closed pranaysai27 closed 2 years ago

pranaysai27 commented 2 years ago

If the connection is broken, how many times the redis object will try to reconnect? and what is the reconnect timeout?

wingunder commented 2 years ago

Hi @pranaysai27 ,

Please read the Connection chapter in the top-level README.md.

I hope this helped. Regards