summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOran Avraham <252748+oranav@users.noreply.github.com>2023-04-13 14:57:50 +0300
committerGitHub <noreply@github.com>2023-04-13 14:57:50 +0300
commit6a4240b205d7d63e1aa4803f8430248bebac071b (patch)
tree87411651772cc850a88433e241f878f21a9222e5 /CHANGES
parent7ae8464798f4b3d2eda290c6f49ced14ef7e0029 (diff)
downloadredis-py-6a4240b205d7d63e1aa4803f8430248bebac071b.tar.gz
asyncio: Fix memory leak caused by hiredis (#2693) (#2694)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b0744c6..429045f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+ * asyncio: Fix memory leak caused by hiredis (#2693)
* Allow data to drain from async PythonParser when reading during a disconnect()
* Use asyncio.timeout() instead of async_timeout.timeout() for python >= 3.11 (#2602)
* Add test and fix async HiredisParser when reading during a disconnect() (#2349)