Skip to content

Commit ff707ee

Browse files
committed
DOC-4182 Copy Graph and Gears deprecations to RS release notes
1 parent 7aa45b5 commit ff707ee

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

content/operate/rs/release-notes/rs-7-4-2-releases/_index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,40 @@ To prepare for the future removal of Redis 6.0:
8484

8585
- 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.
8686

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+
87121
#### Operating system retirements
88122

89123
- 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.

content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-66.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,40 @@ To prepare for the future removal of Redis 6.0:
100100

101101
- 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.
102102

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+
103137
### Upcoming changes
104138

105139
#### Default image change for Redis Enterprise Software containers

0 commit comments

Comments
 (0)