summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2013-04-22 14:14:53 -0700
committerandy <andy@whiskeymedia.com>2013-04-22 14:14:53 -0700
commitcd3ccbaacd7733f135d1d8ef3ed8b45110d00268 (patch)
tree9ceb3535559a61f392c671583e8526c72a973a07
parent73f898c5534407414f250d15535da9f616a468b3 (diff)
downloadredis-py-cd3ccbaacd7733f135d1d8ef3ed8b45110d00268.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b768cc..3134d2e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,8 @@
* Python3 compatibility fix ensuring we're not already bytes(). Thanks
Salimane Adjao Moustapha.
* Added PSETEX. Thanks YAMAMOTO Takashi.
+ * Added a BlockingConnectionPool to limit the number of connections that
+ can be created. Thanks James Arthur.
* 2.7.2
* Parse errors are now *always* raised on multi/exec pipelines, regardless
of the `raise_on_error` flag. See