summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-01-02 11:48:51 -0800
committerAndy McCurdy <andy@andymccurdy.com>2014-01-02 11:50:06 -0800
commit3512c04aa0a77a336186f9865b3b102dbb6d5185 (patch)
tree3778a8a0d2ab597d7f97af3ae772b41bb7724048 /CHANGES
parent81a4a31779af0a608dcd04bfc3d33995aaa87272 (diff)
downloadredis-py-3512c04aa0a77a336186f9865b3b102dbb6d5185.tar.gz
ConnectionPools in forked and multi-threaded environments play nicer.
Thanks Christian Joergensen. Fixes #412
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3100531..a756fae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,8 @@
* ResponseErrors generated by pipeline execution provide addition context
including the position of the command in the pipeline and the actual
command text generated the error.
+ * ConnectionPools now play nicer in threaded environments that fork. Thanks
+ Christian Joergensen.
* 2.8.0
* redis-py should play better with gevent when a gevent Timeout is raised.
Thanks leifkb.