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
1. <a name="module-note-1"></a>RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details.
96
96
@@ -174,6 +174,10 @@ The following legacy UI features are not yet available in the new Cluster Manage
174
174
175
175
You cannot upgrade from a prior RHEL version to RHEL 9 if the Redis Software cluster contains a RedisGraph module, even if unused by any database. The [RedisGraph module has reached End-of-Life](https://redis.com/blog/redisgraph-eol/) and is completely unavailable in RHEL 9.
176
176
177
+
#### Query results might include hash keys with lazily expired fields
178
+
179
+
If one or more fields of a hash key expire after an `FT.SEARCH` or `FT.AGGREGATE` query begins, Redis does not account forthese lazily expired fields. As a result, keys with expired fields might still be includedin the query results, leading to potentially incorrect or inconsistent results.
180
+
177
181
## Security
178
182
179
183
#### Open source Redis security fixes compatibility
0 commit comments