Skip to content

Commit 16d9d8c

Browse files
authored
OP: add gears v1.2.12 rns & fix link warning (#978)
* OP: add gears v1.2.12 rns & fix link warning * Copy-editing of rns
1 parent c820a7a commit 16d9d8c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

content/integrate/prometheus-with-redis-enterprise/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Redis Cloud dashboard showing slow database operations
467467

468468
| Issue | Remediation |
469469
| ------ | :------ |
470-
|The KEYS command shows up in the slow log |Find the application that issues the KEYS command and replace it with a SCAN command. In an emergency situation, you can [alter the ACLs for the database user]({{< relref "/operate/rs/security/access-control/redis-acl-overview/" >}}) so that Redis will reject the KEYS command altogether. |
470+
|The KEYS command shows up in the slow log |Find the application that issues the KEYS command and replace it with a SCAN command. In an emergency situation, you can [alter the ACLs for the database user]({{< relref "/operate/rs/security/access-control/redis-acl-overview" >}}) so that Redis will reject the KEYS command altogether. |
471471
|The slow log shows a significant number of slow, O(n) operations | If these operations are being issued against large data structures, then the application may need to be refactored to use more efficient Redis commands. |
472472
|The slow logs contains only O(1) commands, and these commands are taking several milliseconds or more to complete |This likely indicates that the database is underprovisioned. Consider increasing the number of shards and/or nodes. |
473473

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgears/redisgears-1.2-release-notes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,25 @@ weight: 99
1616

1717
## Requirements
1818

19-
RedisGears v1.2.10 requires:
19+
RedisGears v1.2.12 requires:
2020

2121
- Minimum Redis compatibility version (database): 6.0.0
2222
- Minimum Redis Enterprise Software version (cluster): 6.0.12
2323

24+
## 1.2.12 (December 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+
- [#1121](https://github.com/redisgears/redisgears/pull/1121) Recreate the virtual environment on startup. Fixes an issue where the virtual environment might point to the old version of the Python interpreter.
34+
- [#1122](https://github.com/redisgears/redisgears/pull/1122) Clear the last error after a successful run to avoid confusion if the error is relevant.
35+
- [#1122](https://github.com/redisgears/redisgears/pull/1122) Clear not-yet-started executions after unregister, pause, or error on registration occcurs. (MOD-8184)
36+
- [#1125](https://github.com/redisgears/redisgears/pull/1125) Fixes an issue where duplicate registration IDs are generated.
37+
2438
## 1.2.10 (October 2024)
2539

2640
This is a maintenance release for RedisGears 1.2

0 commit comments

Comments
 (0)