summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-08-11 09:49:55 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-08-11 09:49:55 -0700
commit66d9a49b355730eb40cdf6fc3969926523b1170b (patch)
treeb89448641b867d9831591ad3e8bdddf311a19e51
parentf5d22681895dbb4bf2a84db4543b92e09e538e4c (diff)
downloadredis-py-66d9a49b355730eb40cdf6fc3969926523b1170b.tar.gz
changelog
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d68f386..b05a76f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,7 @@
* Fixed a compatability bug with Python 3 when the server closes a
connection.
* Added BITPOS command. Thanks https://github.com/jettify.
+ * Fixed a bug when attempting to send large values to Redis in a Pipeline.
* 2.10.1
* Fixed a bug where Sentinel connections to a server that's no longer a
master and receives a READONLY error will disconnect and reconnect to