summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 15a77b5..b8cdd3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,7 +25,12 @@
* Allow for single connection client instances. These instances
are not thread safe but offer other benefits including a subtle
performance increase.
-
+ * Added extensive health checks that keep the connections lively.
+ Passing the "health_check_interval=N" option to the Redis client class
+ or to a ConnectionPool ensures that a round trip PING/PONG is successful
+ before any command if the underlying connection has been idle for more
+ than N seconds. ConnectionErrors and TimeoutErrors are automatically
+ retried once for health checks.
* 3.2.1
* Fix SentinelConnectionPool to work in multiprocess/forked environments.
* 3.2.0