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: redisinsight/ui/src/constants/workbenchResults.ts
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,6 @@ export const MODULE_NOT_LOADED_CONTENT: { [key in RedisDefaultModules]?: any } =
24
24
additionalText: ['These features enable multi-field queries, aggregation, exact phrase matching, numeric filtering, ','geo filtering and vector similarity semantic search on top of text queries.'],
25
25
link: 'https://redis.io/docs/stack/search/'
26
26
},
27
-
[RedisDefaultModules.Graph]: {
28
-
text: ['RedisGraph adds a Property Graph data structure to Redis. ','With this capability you can:'],
29
-
improvements: [
30
-
'Create graphs',
31
-
'Query property graphs using the Cypher query language with proprietary extensions'
32
-
],
33
-
link: 'https://redis.io/docs/stack/graph/'
34
-
},
35
27
[RedisDefaultModules.ReJSON]: {
36
28
text: ['RedisJSON adds the capability to:'],
37
29
improvements: [
@@ -58,7 +50,6 @@ export const MODULE_NOT_LOADED_CONTENT: { [key in RedisDefaultModules]?: any } =
0 commit comments