summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorUtkarsh Gupta <utkarshgupta137@gmail.com>2022-03-23 14:48:16 +0530
committerGitHub <noreply@github.com>2022-03-23 11:18:16 +0200
commit827dcde5c0af5f7aa9bdc3999fc86aa2ba945118 (patch)
tree2a7bf80c18b3c2eb391a779c0a4c965076114f7e /CHANGES
parent032fd227d3325a24a47b9d33fc42bccaafba28e2 (diff)
downloadredis-py-827dcde5c0af5f7aa9bdc3999fc86aa2ba945118.tar.gz
[CLUSTER] Fix scan command cursors & Fix scan_iter (#2054)
* cluster/scan: fix return cursor & change default node to primaries * cluster/scan_iter: fix iteration Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index aa5192d..95843ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,10 @@
* Add `items` parameter to `hset` signature
- * Create codeql-analysis.yml (#1988). Thanks @chayim
+ * Create codeql-analysis.yml (#1988). Thanks @chayim
* Add limited support for Lua scripting with RedisCluster
* Implement `.lock()` method on RedisCluster
+ * Fix cursor returned by SCAN for RedisCluster & change default target to PRIMARIES
+ * Fix scan_iter for RedisCluster
* Remove verbose logging when initializing ClusterPubSub, ClusterPipeline or RedisCluster
* 4.1.3 (Feb 8, 2022)