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/rs/release-notes/rs-7-4-2-releases/_index.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,40 @@ To prepare for the future removal of Redis 6.0:
84
84
85
85
- For Redis Enterprise 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes.
86
86
87
+
#### End of triggers and functions preview
88
+
89
+
The [triggers and functions]({{<relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions">}}) (RedisGears) preview has been discontinued.
90
+
91
+
- Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages.
92
+
93
+
- Any JavaScript functions stored in Redis will be removed.
94
+
95
+
- JavaScript-based triggers will be blocked.
96
+
97
+
- Lua functions and scripts will not be affected.
98
+
99
+
If your database currently uses triggers and functions, you need to:
100
+
101
+
1. Adjust your applications to accommodate these changes.
102
+
103
+
1. Delete all triggers and functions libraries from your existing database:
104
+
105
+
1. Run `TFUNCTION LIST`.
106
+
107
+
1. Copy all library names.
108
+
109
+
1. Run `TFUNCTION DELETE` for each library in the list.
110
+
111
+
If any triggers and functions libraries remain in the database, the RDB snapshot won't load on a cluster without RedisGears.
112
+
113
+
1. Migrate your database to a new database without the RedisGears module.
114
+
115
+
#### RedisGraph end of life
116
+
117
+
Redis has announced the end of life for RedisGraph. Redis will continue to support all RedisGraph customers, including releasing patch versions until January 31, 2025.
118
+
119
+
See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph-eol/) for more details.
120
+
87
121
#### Operating system retirements
88
122
89
123
- RHEL 7 and Oracle Linux 7 were previously announced as deprecated in the [Redis Enterprise Software 7.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases#deprecations" >}}). As of Redis Enterprise Software 7.4.2, RHEL 7 and Oracle Linux 7 are no longer supported.
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-66.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,40 @@ To prepare for the future removal of Redis 6.0:
100
100
101
101
- For Redis Enterprise 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes.
102
102
103
+
#### End of triggers and functions preview
104
+
105
+
The [triggers and functions]({{<relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions">}}) (RedisGears) preview has been discontinued.
106
+
107
+
- Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages.
108
+
109
+
- Any JavaScript functions stored in Redis will be removed.
110
+
111
+
- JavaScript-based triggers will be blocked.
112
+
113
+
- Lua functions and scripts will not be affected.
114
+
115
+
If your database currently uses triggers and functions, you need to:
116
+
117
+
1. Adjust your applications to accommodate these changes.
118
+
119
+
1. Delete all triggers and functions libraries from your existing database:
120
+
121
+
1. Run `TFUNCTION LIST`.
122
+
123
+
1. Copy all library names.
124
+
125
+
1. Run `TFUNCTION DELETE` for each library in the list.
126
+
127
+
If any triggers and functions libraries remain in the database, the RDB snapshot won't load on a cluster without RedisGears.
128
+
129
+
1. Migrate your database to a new database without the RedisGears module.
130
+
131
+
#### RedisGraph end of life
132
+
133
+
Redis has announced the end of life for RedisGraph. Redis will continue to support all RedisGraph customers, including releasing patch versions until January 31, 2025.
134
+
135
+
See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph-eol/) for more details.
136
+
103
137
### Upcoming changes
104
138
105
139
#### Default image change for Redis Enterprise Software containers
0 commit comments