summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1eff175..32e8b95 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,9 @@
deprecated now. Thanks to @laixintao #1271
* Don't manually DISCARD when encountering an ExecAbortError.
Thanks @nickgaya, #1300/#1301
+ * Reset the watched state of pipelines after calling exec. This saves
+ a roundtrip to the server by not having to call UNWATCH within
+ Pipeline.reset(). Thanks @nickgaya, #1299/#1302
* 3.4.1
* Move the username argument in the Redis and Connection classes to the
end of the argument list. This helps those poor souls that specify all