Skip to content

Commit d77edc9

Browse files
committed
Merge branch 'main' into DOC-2274
2 parents fe75e4b + cd2af53 commit d77edc9

File tree

28 files changed

+156
-156
lines changed

28 files changed

+156
-156
lines changed

content/develop/connect/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weight: 35
1818
You can connect to Redis in the following ways:
1919

2020
* With the `redis-cli` command line tool
21-
* Use RedisInsight as a graphical user interface
21+
* Use Redis Insight as a graphical user interface
2222
* Via a client library for your programming language
2323

2424
## Redis command line interface
@@ -28,9 +28,9 @@ The [Redis command line interface]({{< relref "/develop/connect/cli" >}}) (also
2828
1. An interactive Read Eval Print Loop (REPL) mode where the user types Redis commands and receives replies.
2929
2. A command mode where `redis-cli` is executed with additional arguments, and the reply is printed to the standard output.
3030

31-
## RedisInsight
31+
## Redis Insight
3232

33-
[RedisInsight]({{< relref "/develop/connect/insight" >}}) combines a graphical user interface with Redis CLI to let you work with any Redis deployment. You can visually browse and interact with data, take advantage of diagnostic tools, learn by example, and much more. Best of all, RedisInsight is free.
33+
[Redis Insight]({{< relref "/develop/connect/insight" >}}) combines a graphical user interface with Redis CLI to let you work with any Redis deployment. You can visually browse and interact with data, take advantage of diagnostic tools, learn by example, and much more. Best of all, Redis Insight is free.
3434

3535
## Client libraries
3636

content/develop/connect/clients/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Connect with Redis clients
1515
weight: 45
1616
---
1717

18-
Here, you will learn how to connect your application to a Redis database. If you're new to Redis, you might first want to [install Redis with Redis Stack and RedisInsight]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}).
18+
Here, you will learn how to connect your application to a Redis database. If you're new to Redis, you might first want to [install Redis with Redis Stack and Redis Insight]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}).
1919

2020
For more Redis topics, see [Using]({{< relref "/develop/use/" >}}) and [Managing]({{< relref "/operate/oss_and_stack/management/" >}}) Redis.
2121

content/develop/connect/insight/_index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: Visualize and optimize Redis data
13-
linkTitle: RedisInsight
13+
linkTitle: Redis Insight
1414
stack: true
15-
title: RedisInsight
15+
title: Redis Insight
1616
weight: 3
1717
---
1818

1919
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
2020
[![Github](https://img.shields.io/static/v1?label=&message=repository&color=5961FF&logo=github)](https://github.com/redisinsight/redisinsight/)
2121

22-
RedisInsight is a powerful tool for visualizing and optimizing data in Redis or Redis Stack, making real-time application development easier and more fun than ever before. RedisInsight lets you do both GUI- and CLI-based interactions in a fully-featured desktop GUI client.
22+
Redis Insight is a powerful tool for visualizing and optimizing data in Redis or Redis Stack, making real-time application development easier and more fun than ever before. Redis Insight lets you do both GUI- and CLI-based interactions in a fully-featured desktop GUI client.
2323

24-
### Download the latest RedisInsight
24+
### Download the latest Redis Insight
2525

26-
* Download the latest RedisInsight [here](https://redis.com/redis-enterprise/redis-insight/)
27-
* [RedisInsight Release Notes](https://github.com/RedisInsight/RedisInsight/releases)
26+
* Download the latest Redis Insight [here](https://redis.com/redis-enterprise/redis-insight/)
27+
* [Redis Insight Release Notes](https://github.com/Redis-Insight/Redis-Insight/releases)
2828

2929
## Overview
3030

@@ -85,21 +85,21 @@ Use the database analysis tool to optimize the performance and memory usage of y
8585

8686
Create and manage streams by adding, removing, and filtering entries per timestamp. To see and work with new entries, enable and customize the automatic refresh rate.
8787

88-
View and manage the list of consumer groups. See existing consumers in a given consumer name as well as the last messages delivered to them. Inspect the list of pending messages, explicitly acknowledge the processed items, or claim unprocessed messages via RedisInsight.
88+
View and manage the list of consumer groups. See existing consumers in a given consumer name as well as the last messages delivered to them. Inspect the list of pending messages, explicitly acknowledge the processed items, or claim unprocessed messages via Redis Insight.
8989

9090
<img src="images/streams.png">
9191

9292
### Search features
9393

94-
If you're using Redis Stack's indexing, querying, or full-text search features, RedisInsight provides UI controls to quickly and conveniently run search queries against a preselected index. You can also create a secondary index of your data in a dedicated pane.
94+
If you're using Redis Stack's indexing, querying, or full-text search features, Redis Insight provides UI controls to quickly and conveniently run search queries against a preselected index. You can also create a secondary index of your data in a dedicated pane.
9595

9696
<img src="images/search.png">
9797

9898
### Bulk actions
9999

100100
Easily and quickly delete multiple keys of the same type and/or with the same key name pattern in bulk. To do so, in the List or Tree view, set filters per key type or key names and open the Bulk Actions section. The section displays a summary of all the keys with the expected number of keys that will be deleted based on the set filters.
101101

102-
When the bulk deletion is completed, RedisInsight displays the results of this operation with the number of keys processed and the time taken to delete the keys in bulk.
102+
When the bulk deletion is completed, Redis Insight displays the results of this operation with the number of keys processed and the time taken to delete the keys in bulk.
103103
Use bulk deletion to optimize the usage of your database based on the results from the Redis database analysis.
104104

105105
<img src="images/bulk_actions.png">
@@ -112,16 +112,16 @@ The Slow Log tool displays the list of logs captured by the SLOWLOG command to a
112112

113113
## Plugins
114114

115-
With RedisInsight you can now also extend the core functionality by building your own data visualizations. See our [plugin documentation](https://github.com/RedisInsight/RedisInsight/wiki/Plugin-Documentation) for more information.
115+
With Redis Insight you can now also extend the core functionality by building your own data visualizations. See our [plugin documentation](https://github.com/Redis-Insight/Redis-Insight/wiki/Plugin-Documentation) for more information.
116116

117117
## Telemetry
118118

119-
RedisInsight includes an opt-in telemetry system. This help us improve the developer experience of the app. We value your privacy; all collected data is anonymized.
119+
Redis Insight includes an opt-in telemetry system. This help us improve the developer experience of the app. We value your privacy; all collected data is anonymized.
120120

121121
## Feedback
122122

123-
To provide your feedback, [open a ticket in our RedisInsight repository](https://github.com/RedisInsight/RedisInsight/issues/new).
123+
To provide your feedback, [open a ticket in our Redis Insight repository](https://github.com/Redis-Insight/Redis-Insight/issues/new).
124124

125125
## License
126126

127-
RedisInsight is licensed under [SSPL](https://github.com/RedisInsight/RedisInsight/blob/main/LICENSE) license.
127+
Redis Insight is licensed under [SSPL](https://github.com/Redis-Insight/Redis-Insight/blob/main/LICENSE) license.

content/develop/connect/insight/tutorials/insight-stream-consumer.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ categories:
99
- oss
1010
- kubernetes
1111
- clients
12-
description: Learn how to manage streams and consumer groups in RedisInsight
12+
description: Learn how to manage streams and consumer groups in Redis Insight
1313
linkTitle: Streams
14-
title: Manage streams and consumer groups in RedisInsight
14+
title: Manage streams and consumer groups in Redis Insight
1515
weight: 1
1616
---
1717

@@ -21,7 +21,7 @@ That may seem like a disadvantage; however, a stream serves as a log or single s
2121
It can also be used as a buffer between processes that work at different speeds and do not need to know about each other.
2222
For more conceptual information about streams, see [Redis Streams]({{< relref "/develop/data-types/streams" >}}).
2323

24-
In this topic, you will learn how to add and work with streams as well as consumer groups in RedisInsight.
24+
In this topic, you will learn how to add and work with streams as well as consumer groups in Redis Insight.
2525

2626
Here's a stream that models temperature and humidity sensors. Processes interacting with the stream perform one of two roles: _consumer_ and _producer_.
2727
The point of a stream is that it's not going to end, so you cannot capture whole datasets and do some processing on them.
@@ -61,9 +61,9 @@ You get a message whether the temperature is larger than a specific value, which
6161
And alerting can keep up with the data flow.
6262
One way you can scale consumers is _consumer groups_, which allows multiple instances of the same consumer or same code to work as a team to process the stream.
6363

64-
## Managing streams in RedisInsight
64+
## Managing streams in Redis Insight
6565

66-
You can add a stream in RedisInsight in two ways: create a new stream or add to an existing stream.
66+
You can add a stream in Redis Insight in two ways: create a new stream or add to an existing stream.
6767

6868
To create a stream, start by selecting the key type (stream).
6969
You cannot set time to live (TTL) because it cannot be put on a message in a stream; it can only be done on a Redis key. Name the stream _mystream_.
@@ -73,16 +73,16 @@ If you have your own ID generation strategy, enter the next ID from your sequenc
7373
Then, enter fields and values using + to add more than one (for example, name and location).
7474
Now you have a stream that appears in the **Streams** view and you can continue adding fields and values to it.
7575

76-
RedisInsight runs read commands for you so you can see the stream entries in the **Streams** view.
76+
Redis Insight runs read commands for you so you can see the stream entries in the **Streams** view.
7777
And the **Consumer Groups** view shows each consumers in a given consumer group and the last time Redis allocated a message, what the ID of it was and how many times that process has happened, and whether a consumer has you have told Redis that you are finished working with that task using the [`XACK`]({{< relref "/commands/xack" >}}) command.
7878

79-
## Monitor temperature and humidity from sensors in RedisInsight
79+
## Monitor temperature and humidity from sensors in Redis Insight
8080

81-
This example shows how to bring an existing stream into RedisInsight and work with it.
81+
This example shows how to bring an existing stream into Redis Insight and work with it.
8282

8383
### Setup
8484

85-
1. Install [RedisInsight](https://redis.com/redis-enterprise/redis-insight/?_ga=2.48624486.1318387955.1655817244-1963545967.1655260674#insight-form).
85+
1. Install [Redis Insight](https://redis.com/redis-enterprise/redis-insight/?_ga=2.48624486.1318387955.1655817244-1963545967.1655260674#insight-form).
8686
2. Download and install [Node.js](https://nodejs.org/en/download/) (LTS version).
8787
3. Install [Redis]({{< relref "/operate/oss_and_stack/install" >}}). In Docker, check that Redis is running locally on the default port 6379 (with no password set).
8888
4. Clone the [code repository](https://github.com/redis-developer/introducing-redis-talk) for this example.
@@ -186,9 +186,9 @@ npm run consumergroup consumer3
186186
The consumers will run indefinitely, waiting for new messages to be added to the stream by a producer instance when they have collectively consumed the entire stream.
187187
Note that in this model, each consumer instance does not receive all of the entries from the stream, but the three members of the group each receive a subset.
188188

189-
### View the stream in RedisInsight
189+
### View the stream in Redis Insight
190190

191-
1. Launch RedisInsight.
191+
1. Launch Redis Insight.
192192
2. Select `localhost:6379`
193193
3. Select **STREAM**. Optionally, select full screen from the upper right corner to expand the view.
194194

@@ -210,4 +210,4 @@ Use streams for auditing and processing events in banking, gaming, supply chain,
210210
## Related topics
211211

212212
- [Redis Streams]({{< relref "/develop/data-types/streams" >}})
213-
- [Introducing Redis Streams with RedisInsight, node.js, and Python](https://www.youtube.com/watch?v=q2UOkQmIo9Q) (video)
213+
- [Introducing Redis Streams with Redis Insight, node.js, and Python](https://www.youtube.com/watch?v=q2UOkQmIo9Q) (video)

content/develop/interact/programmability/triggers-and-functions/Quick_Start_RI.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ categories:
99
- oss
1010
- kubernetes
1111
- clients
12-
description: 'Get started with triggers and functions using RedisInsight
12+
description: 'Get started with triggers and functions using Redis Insight
1313
1414
'
15-
linkTitle: Quick start (RedisInsight)
16-
title: Quick start using RedisInsight
15+
linkTitle: Quick start (Redis Insight)
16+
title: Quick start using Redis Insight
1717
weight: 1
1818
---
1919

2020
Make sure that you have [Redis Stack installed]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) and running. Alternatively, you can create a [free Redis Cloud account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
2121

22-
If you haven't already installed RedisInsight, you can download the latest version [here](https://redis.com/redis-enterprise/redis-insight/?_ga=2.232184223.127667221.1704724457-86137583.1685485233&_gl=1*1gygred*_ga*ODYxMzc1ODMuMTY4NTQ4NTIzMw..*_ga_8BKGRQKRPV*MTcwNDkyMzExMC40MDEuMS4xNzA0OTI3MjQ2LjUyLjAuMA..*_gcl_au*MTQzODY1OTU4OS4xNzAxMTg0MzY0). If this is your first time using RedisInsight, you may wish to read through the [RedisInsight guide]({{< relref "/develop/connect/insight/" >}}) before continuing with this guide.
22+
If you haven't already installed Redis Insight, you can download the latest version [here](https://redis.com/redis-enterprise/redis-insight/?_ga=2.232184223.127667221.1704724457-86137583.1685485233&_gl=1*1gygred*_ga*ODYxMzc1ODMuMTY4NTQ4NTIzMw..*_ga_8BKGRQKRPV*MTcwNDkyMzExMC40MDEuMS4xNzA0OTI3MjQ2LjUyLjAuMA..*_gcl_au*MTQzODY1OTU4OS4xNzAxMTg0MzY0). If this is your first time using Redis Insight, you may wish to read through the [Redis Insight guide]({{< relref "/develop/connect/insight/" >}}) before continuing with this guide.
2323

2424
## Connect to Redis Stack
2525

26-
Open the RedisInsight application, and connect to your database by clicking on its database alias.
26+
Open the Redis Insight application, and connect to your database by clicking on its database alias.
2727

2828
{{< image filename="/develop/interact/programmability/triggers-and-functions/images/tf-rdi-0.png" >}}
2929

@@ -78,7 +78,7 @@ function addLastUpdatedField(client, data) {
7878
redis.registerKeySpaceTrigger('addLastUpdated', 'fellowship:', addLastUpdatedField);"
7979
```
8080
81-
Update the existing library as before and then, using the RedisInsight console, add a new hash with the required prefix to trigger the function.
81+
Update the existing library as before and then, using the Redis Insight console, add a new hash with the required prefix to trigger the function.
8282
8383
```Shell
8484
> HSET fellowship:1 name "Frodo Baggins" title "The One Ring Bearer"

content/integrate/amazon-bedrock/set-up-redis.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,33 +194,33 @@ After you store this secret, you can view and copy the [Amazon Resource Name (AR
194194

195195
After your Redis Cloud database is set up, create a search index with a vector field using [FT.CREATE]({{< relref "/commands" >}}/ft.create/) as your knowledge base for Amazon Bedrock. You can accomplish this using **Redis Insight** or `redis-cli`.
196196

197-
### RedisInsight
197+
### Redis Insight
198198

199-
[RedisInsight]({{< relref "/develop/connect/insight/" >}}) is a free Redis GUI that allows you to visualize and optimize your data in Redis.
199+
[Redis Insight]({{< relref "/develop/connect/insight/" >}}) is a free Redis GUI that allows you to visualize and optimize your data in Redis.
200200

201-
To create your vector index in RedisInsight:
201+
To create your vector index in Redis Insight:
202202

203-
1. [Download and install RedisInsight](https://redis.com/redis-enterprise/redis-insight/) if you don't have it already.
203+
1. [Download and install Redis Insight](https://redis.com/redis-enterprise/redis-insight/) if you don't have it already.
204204

205205
1. In the Redis Cloud [admin console](https://app.redislabs.com/), in your database's **Configuration** tab, select the **Connect** button next to your database to open the connection wizard.
206206

207207
{{< image filename="/images/rc/connection-wizard-button.png#no-click" alt="Connect button." >}}
208208

209-
1. In the connection wizard, under **RedisInsight Desktop**, select **Public Endpoint**. Select **Open with RedisInsight** to connect to the database with RedisInsight.
209+
1. In the connection wizard, under **Redis Insight Desktop**, select **Public Endpoint**. Select **Open with Redis Insight** to connect to the database with Redis Insight.
210210

211211
1. Select **Use TLS**. In the **CA Certificate** section, select **Add new CA certificate**. Give the certificate a name in the **Name** field, and enter the contents of `redis_ca.pem` into the **Certificate** field.
212212

213-
{{<image filename="images/rc/ri-bedrock-add-ca-cert.png" width=80% alt="The RedisInsight Add CA Certificate section." >}}
213+
{{<image filename="images/rc/ri-bedrock-add-ca-cert.png" width=80% alt="The Redis Insight Add CA Certificate section." >}}
214214

215215
1. Select **Requires TLS Client Authentication**. In the **Client Certificate** section, select **Add new certificate**. Give the certificate a name in the **Name** field. Enter the contents of `redis_user.crt` into the **Certificate** field, and the contents of `redis_user_private.key` into the **Private Key** field.
216216

217-
{{<image filename="images/rc/ri-bedrock-add-client-cert.png" width=80% alt="The RedisInsight Add Client Certificate section." >}}
217+
{{<image filename="images/rc/ri-bedrock-add-client-cert.png" width=80% alt="The Redis Insight Add Client Certificate section." >}}
218218

219219
1. Select **Add Redis Database** to connect to the database.
220220

221221
1. Select your database alias to connect to your database. Select the **Workbench** icon to go to the workbench.
222222

223-
{{<image filename="images/rc/ri-bedrock-workbench.png" width=50px alt="The RedisInsight workbench icon." >}}
223+
{{<image filename="images/rc/ri-bedrock-workbench.png" width=50px alt="The Redis Insight workbench icon." >}}
224224

225225
1. Enter the [FT.CREATE]({{< relref "/commands" >}}/ft.create/) command to create an index.
226226

@@ -246,7 +246,7 @@ To create your vector index in RedisInsight:
246246
247247
1. Select **Run** to create the index.
248248
249-
{{<image filename="images/rc/ri-bedrock-run-button.png" width=50px alt="The RedisInsight run button." >}}
249+
{{<image filename="images/rc/ri-bedrock-run-button.png" width=50px alt="The Redis Insight run button." >}}
250250
251251
### `redis-cli`
252252

0 commit comments

Comments
 (0)