Skip to content

Commit e1d7275

Browse files
committed
Merge branch 'main' into release-rs-fuya-fuya
2 parents 7d736fc + 8175e48 commit e1d7275

37 files changed

+269
-54
lines changed

content/commands/ft.create/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ after the SCHEMA keyword, declares which fields to index:
263263

264264
- `WITHSUFFIXTRIE` for `TEXT` and `TAG` attributes, keeps a suffix trie with all terms which match the suffix. It is used to optimize `contains` (*foo*) and `suffix` (*foo) queries. Otherwise, a brute-force search on the trie is performed. If suffix trie exists for some fields, these queries will be disabled for other fields.
265265

266-
- `INDEXEMPTY` for `TEXT` and `TAG` attributes, allows you to index and search for empty strings. By default, empty strings are not indexed.
266+
- `INDEXEMPTY` for `TEXT` and `TAG` attributes, introduced in v2.10, allows you to index and search for empty strings. By default, empty strings are not indexed.
267267

268-
- `INDEXMISSING` for all field types, allows you to search for missing values, that is, documents that do not contain a specific field. Note the difference between a field with an empty value and a document with a missing value. By default, missing values are not indexed.
268+
- `INDEXMISSING` for all field types, introduced in v2.10, allows you to search for missing values, that is, documents that do not contain a specific field. Note the difference between a field with an empty value and a document with a missing value. By default, missing values are not indexed.
269269

270270
</details>
271271

content/commands/ft.search/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ Query for polygons which:
788788
- intersect with a given geoshape
789789
- are disjoint (nothing in common) with a given shape
790790

791+
`INTERSECTS` and `DISJOINT` were introduced in v2.10.
792+
791793
First, create an index using `GEOSHAPE` type with a `FLAT` coordinate system:
792794

793795

content/commands/xread/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Instead, starting from Redis 7.4, you can use the `+` sign as a special ID.
267267
This requests the last available entry in a stream. For example:
268268

269269
```
270-
> XREAD STREAM streamA streamB streamC streamD + + + +
270+
> XREAD STREAMS streamA streamB streamC streamD + + + +
271271
```
272272

273273
Note that when using this special ID for a stream, the **COUNT** option will

content/develop/connect/insight/_index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ categories:
99
- oss
1010
- kubernetes
1111
- clients
12-
description: Visualize and optimize Redis data
12+
description: Visualize and optimize Redis data, connect to RDI, and more.
1313
hideListLinks: true
1414
linkTitle: Redis Insight
1515
stack: true
1616
title: Redis Insight
17-
weight: 3
17+
weight: 1
1818
---
1919

2020
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
@@ -35,6 +35,7 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis or
3535
* Automatically discover and add your local Redis or Redis Stack databases (that use standalone connection type and do not require authentication).
3636
* Discover your databases in Redis Enterprise Cluster and databases with Flexible plans in Redis Cloud.
3737
* Use a form to enter your connection details and add any Redis database running anywhere (including Redis Community Edition Cluster or Sentinel).
38+
* Connect to a Redis Data Integration (RDI) management plane, create, test, and deploy RDI pipelines, and view RDI statistics.
3839

3940
<img src="images/Databases.png">
4041

@@ -58,6 +59,10 @@ Here's an example of using Redis Copilot to search data using a simple, natural
5859

5960
See the [Redis Insight Copilot FAQ]({{< relref "/develop/connect/insight/copilot-faq" >}}) for more information.
6061

62+
### RDI in Redis Insight
63+
64+
Redis Insight includes Redis Data Integration (RDI) connectivity, which allows you to connect to an RDI management plane, and create, test, and deploy RDI pipelines. Read more about this feature [here]({{< relref "/develop/connect/insight/rdi-connector" >}}).
65+
6166
### Browser
6267

6368
Browse, filter and visualize your key-value Redis data structures.

content/develop/connect/insight/copilot-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- redisinsight
66
linkTitle: Redis Copilot FAQ
77
title: Redis Copilot FAQ
8-
weight: 1
8+
weight: 3
99
---
1010

1111
## General questions

content/develop/connect/insight/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: Redis Insight debugging information
1313
linkTitle: Debugging information
1414
stack: true
1515
title: Redis Insight debugging information
16-
weight: 2
16+
weight: 6
1717
---
1818

1919
If you are experiencing errors or other issues when using Redis Insight, follow the steps below to learn more about the errors and to identify root cause.
82.4 KB
Loading
32.4 KB
Loading
79 KB
Loading
72 KB
Loading

0 commit comments

Comments
 (0)