Is there a max value for the timeout param in redis? The default value is =0, which means timeouts are disabled and connections remain open and continue to increase significantly.Along with the default timeout value of =0, i have the tcp-keepalive set to 60. However, when i run "redis-cli info stats", the total_connection_received is over 7 million. My understanding of the tcp-keepalive was that even if connection timeout is disabled, the tcp-keepalive will disconnect any idle connections after a specified time. Also, since the timeout is disabled, that means the total_connections_received are not just a counter of all connections since the server restarted, but also currently open connections right?
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Redis DB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/redis-db/MPyJGBtmNCM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to redis-db+u...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Redis DB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/redis-db/MPyJGBtmNCM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to redis-db+u...@googlegroups.com.