You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgears/redisgears-1.2-release-notes.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,25 @@ weight: 99
16
16
17
17
## Requirements
18
18
19
-
RedisGears v1.2.9 requires:
19
+
RedisGears v1.2.10 requires:
20
20
21
21
- Minimum Redis compatibility version (database): 6.0.0
22
22
- Minimum Redis Enterprise Software version (cluster): 6.0.12
23
23
24
+
## 1.2.10 (October 2024)
25
+
26
+
This is a maintenance release for RedisGears 1.2
27
+
28
+
Update urgency: `LOW`: No need to upgrade unless there are new features or fixes.
29
+
30
+
Details
31
+
32
+
- Bug fixes:
33
+
-[#1114](https://github.com/redisgears/redisgears/pull/1114) (REPLICAOF and Redis Enterprise A-A only) Cross slot violation. Avoid using `RM_Call` + `SCAN` command which might replicate multiple keys deletion inside a `MULTI EXEC` block when a lazy expire takes place
0 commit comments