summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorgmbnomis <gmbnomis@users.noreply.github.com>2023-01-29 14:46:42 +0100
committerGitHub <noreply@github.com>2023-01-29 15:46:42 +0200
commit9e6a9b52e5aab021d239ca56e27f06bca871cbf0 (patch)
tree6f950974fce09e3f4aa6d823af335ac2d43c542e /CHANGES
parent42604b68c906a156fd64a001a83e0e84a0fa63fa (diff)
downloadredis-py-9e6a9b52e5aab021d239ca56e27f06bca871cbf0.tar.gz
Fix unlink in cluster pipeline (#2562)
Implement unlink() like delete() to make it work when used in a cluster pipeline.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d89079b..9d82341 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+ * Support `.unlink()` in ClusterPipeline
* Simplify synchronous SocketBuffer state management
* Fix string cleanse in Redis Graph
* Make PythonParser resumable in case of error (#2510)