Skip to content

Commit 6b8788f

Browse files
Merge pull request #599 from wjohnsto/master
adding graph eol notice
2 parents 7b94243 + 2e3dd3f commit 6b8788f

File tree

27 files changed

+53
-31
lines changed

27 files changed

+53
-31
lines changed

docs/common/_graph-eol.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:::info End-of-Life Notice
2+
Redis is phasing out **RedisGraph**. [<u>**This blog post**</u>](https://redis.com/blog/redisgraph-eol/) explains the motivation behind this decision and the implications for existing Redis customers and community members.
3+
4+
End of support is scheduled for January 31, 2025.
5+
6+
_Beginning with Redis Stack 7.2.x-y, Redis Stack will no longer include graph capabilities (RedisGraph)._
7+
:::

docs/develop/java/spring/redis-and-spring-course/lesson_7/index-lesson_7.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Having a rich query and aggregation engine in your Redis database opens the door
3535

3636
:::warn
3737

38-
Spring Redis Search and LettuSearch have been merged into multi-module client [**LettuceMod**](https://github.com/redis-developer/lettucemod). Please use LettuceMod instead.
38+
Spring Redis Search and LettuSearch have been merged into multi-module client [<u>**LettuceMod**</u>](https://github.com/redis-developer/lettucemod). Please use LettuceMod instead.
3939

4040
:::
4141

docs/develop/java/spring/redis-and-spring-course/lesson_8/index-lesson_8.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ authors: [bsb]
77
---
88

99
import Authors from '@theme/Authors';
10+
import GraphEol from '@site/docs/common/_graph-eol.mdx';
1011

12+
<GraphEol />
1113
<Authors frontMatter={frontMatter} />
1214

1315
### Objectives

docs/explore/redisinsight/redisgraph/index-redisgraph.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ authors: [ajeet]
77
---
88

99
import Authors from '@theme/Authors';
10+
import GraphEol from '@site/docs/common/_graph-eol.mdx';
1011

12+
<GraphEol />
1113
<Authors frontMatter={frontMatter} />
1214

1315
If you’re a Redis user who prefers to use a Graphical User Interface(GUI) for graph queries, then RedisInsight is a right tool for you. It’s 100% free pure desktop Redis GUI that provides easy-to-use browser tools to query, visualize and interactively manipulate graphs. You can add new graphs, run queries and explore the results over the GUI tool.

docs/explore/redismod/index-redismod.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors: [ajeet]
88

99
:::warning DEPRECATED
1010

11-
RedisMod has been deprecated and is no longer supported. Please refer to the [**Getting Started Tutorial**](/howtos/quick-start) for how to use Redis.
11+
RedisMod has been deprecated and is no longer supported. Please refer to the [<u>**Getting Started Tutorial**</u>](/howtos/quick-start) for how to use Redis.
1212

1313
:::
1414

docs/howtos/redisgraph/csvtograph/index-csvtograph.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ authors: [ajeet]
77
---
88

99
import Authors from '@theme/Authors';
10+
import GraphEol from '@site/docs/common/_graph-eol.mdx';
1011

12+
<GraphEol />
1113
<Authors frontMatter={frontMatter} />
1214

1315
[RedisGraph](https://redis.com/modules/redis-graph/) is the fastest graph database that processes complex graph operations in real time, 10x – 600x faster than any other graph database. It shows how your data is connected through multiple visualization integrations including [RedisInsight](/explore/redisinsight/getting-started), Linkurious, and Graphileon.

docs/howtos/redisgraph/explore-python-code/index-explorepythoncode.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ authors: [ajeet]
77
---
88

99
import Authors from '@theme/Authors';
10+
import GraphEol from '@site/docs/common/_graph-eol.mdx';
1011

12+
<GraphEol />
1113
<Authors frontMatter={frontMatter} />
1214

1315
Pycograph is an open source tool that creates a RedisGraph model of your Python code. The tool lets you to explore your Python codebase with graph queries. With Pycograph, you can query the python code with Cypher. Additionally, it is possible to visualize the graph model using RedisInsight.

docs/howtos/redisgraph/getting-started/index-gettingstarted.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ authors: [ajeet]
77
---
88

99
import Authors from '@theme/Authors';
10+
import GraphEol from '@site/docs/common/_graph-eol.mdx';
11+
12+
<GraphEol />
1013

1114
<Authors frontMatter={frontMatter} />
1215

docs/howtos/redisgraph/index-redisgraph.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ slug: /howtos/redisgraph/
66
---
77

88
import RedisCard from '@theme/RedisCard';
9+
import GraphEol from '@site/docs/common/_graph-eol.mdx';
910

11+
<GraphEol />
1012
The following links provides you with the available options to get started with RedisGraph
1113

1214
<div class="row">

docs/howtos/redisgraph/redisgraph-cheatsheet/index-redisgraph-cheatsheet.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: RedisGRAPH Cheatsheet
44
sidebar_label: RedisGRAPH CheatSheet
55
slug: /howtos/redisgraph/redisgraph-cheatsheet
66
---
7+
import GraphEol from '@site/docs/common/_graph-eol.mdx';
8+
9+
<GraphEol />
710

811
| Command | Purpose | Syntax |
912
| :------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)