StackExchange.Redis icon indicating copy to clipboard operation
StackExchange.Redis copied to clipboard

keepAlive default value

Open zhiweiv opened this issue 3 years ago • 0 comments

In https://stackexchange.github.io/StackExchange.Redis/Configuration.html

keepAlive={int} KeepAlive -1 Time (seconds) at which to send a message to help keep sockets alive (60 sec default)

Third column says default is-1, but the forth column says default is 60.

I am wondering which one is correct?

zhiweiv avatar Aug 01 '22 01:08 zhiweiv