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: content/develop/connect/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ weight: 35
18
18
You can connect to Redis in the following ways:
19
19
20
20
* With the `redis-cli` command line tool
21
-
* Use RedisInsight as a graphical user interface
21
+
* Use Redis Insight as a graphical user interface
22
22
* Via a client library for your programming language
23
23
24
24
## Redis command line interface
@@ -28,9 +28,9 @@ The [Redis command line interface]({{< relref "/develop/connect/cli" >}}) (also
28
28
1. An interactive Read Eval Print Loop (REPL) mode where the user types Redis commands and receives replies.
29
29
2. A command mode where `redis-cli` is executed with additional arguments, and the reply is printed to the standard output.
30
30
31
-
## RedisInsight
31
+
## Redis Insight
32
32
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.
Copy file name to clipboardExpand all lines: content/develop/connect/clients/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ title: Connect with Redis clients
15
15
weight: 45
16
16
---
17
17
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/" >}}).
19
19
20
20
For more Redis topics, see [Using]({{< relref "/develop/use/" >}}) and [Managing]({{< relref "/operate/oss_and_stack/management/" >}}) Redis.
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.
23
23
24
-
### Download the latest RedisInsight
24
+
### Download the latest Redis Insight
25
25
26
-
* Download the latest RedisInsight[here](https://redis.com/redis-enterprise/redis-insight/)
@@ -85,21 +85,21 @@ Use the database analysis tool to optimize the performance and memory usage of y
85
85
86
86
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.
87
87
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.
89
89
90
90
<imgsrc="images/streams.png">
91
91
92
92
### Search features
93
93
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.
95
95
96
96
<imgsrc="images/search.png">
97
97
98
98
### Bulk actions
99
99
100
100
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.
101
101
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.
103
103
Use bulk deletion to optimize the usage of your database based on the results from the Redis database analysis.
104
104
105
105
<imgsrc="images/bulk_actions.png">
@@ -112,16 +112,16 @@ The Slow Log tool displays the list of logs captured by the SLOWLOG command to a
112
112
113
113
## Plugins
114
114
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.
116
116
117
117
## Telemetry
118
118
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.
120
120
121
121
## Feedback
122
122
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).
124
124
125
125
## License
126
126
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.
Copy file name to clipboardExpand all lines: content/develop/connect/insight/tutorials/insight-stream-consumer.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ categories:
9
9
- oss
10
10
- kubernetes
11
11
- 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
13
13
linkTitle: Streams
14
-
title: Manage streams and consumer groups in RedisInsight
14
+
title: Manage streams and consumer groups in Redis Insight
15
15
weight: 1
16
16
---
17
17
@@ -21,7 +21,7 @@ That may seem like a disadvantage; however, a stream serves as a log or single s
21
21
It can also be used as a buffer between processes that work at different speeds and do not need to know about each other.
22
22
For more conceptual information about streams, see [Redis Streams]({{< relref "/develop/data-types/streams" >}}).
23
23
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.
25
25
26
26
Here's a stream that models temperature and humidity sensors. Processes interacting with the stream perform one of two roles: _consumer_ and _producer_.
27
27
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
61
61
And alerting can keep up with the data flow.
62
62
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.
63
63
64
-
## Managing streams in RedisInsight
64
+
## Managing streams in Redis Insight
65
65
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.
67
67
68
68
To create a stream, start by selecting the key type (stream).
69
69
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
73
73
Then, enter fields and values using + to add more than one (for example, name and location).
74
74
Now you have a stream that appears in the **Streams** view and you can continue adding fields and values to it.
75
75
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.
77
77
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.
78
78
79
-
## Monitor temperature and humidity from sensors in RedisInsight
79
+
## Monitor temperature and humidity from sensors in Redis Insight
80
80
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.
2. Download and install [Node.js](https://nodejs.org/en/download/) (LTS version).
87
87
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).
88
88
4. Clone the [code repository](https://github.com/redis-developer/introducing-redis-talk) for this example.
@@ -186,9 +186,9 @@ npm run consumergroup consumer3
186
186
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.
187
187
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.
188
188
189
-
### View the stream in RedisInsight
189
+
### View the stream in Redis Insight
190
190
191
-
1. Launch RedisInsight.
191
+
1. Launch Redis Insight.
192
192
2. Select `localhost:6379`
193
193
3. Select **STREAM**. Optionally, select full screen from the upper right corner to expand the view.
194
194
@@ -210,4 +210,4 @@ Use streams for auditing and processing events in banking, gaming, supply chain,
Copy file name to clipboardExpand all lines: content/develop/interact/programmability/triggers-and-functions/Quick_Start_RI.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@ categories:
9
9
- oss
10
10
- kubernetes
11
11
- clients
12
-
description: 'Get started with triggers and functions using RedisInsight
12
+
description: 'Get started with triggers and functions using Redis Insight
13
13
14
14
'
15
-
linkTitle: Quick start (RedisInsight)
16
-
title: Quick start using RedisInsight
15
+
linkTitle: Quick start (Redis Insight)
16
+
title: Quick start using Redis Insight
17
17
weight: 1
18
18
---
19
19
20
20
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).
21
21
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.
23
23
24
24
## Connect to Redis Stack
25
25
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.
Copy file name to clipboardExpand all lines: content/integrate/amazon-bedrock/set-up-redis.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,35 +192,36 @@ After you store this secret, you can view and copy the [Amazon Resource Name (AR
192
192
193
193
## Create a vector index in your database {#create-vector-index}
194
194
195
-
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 **RedisInsight** or `redis-cli`.
196
195
197
-
### RedisInsight
196
+
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`.
198
197
199
-
[RedisInsight]({{< relref "/develop/connect/insight/" >}}) is a free Redis GUI that allows you to visualize and optimize your data in Redis.
198
+
### Redis Insight
200
199
201
-
To create your vector index in RedisInsight:
200
+
[Redis Insight]({{< relref "/develop/connect/insight/" >}}) is a free Redis GUI that allows you to visualize and optimize your data in Redis.
202
201
203
-
1.[Download and install RedisInsight](https://redis.com/redis-enterprise/redis-insight/) if you don't have it already.
202
+
To create your vector index in Redis Insight:
203
+
204
+
1.[Download and install Redis Insight](https://redis.com/redis-enterprise/redis-insight/) if you don't have it already.
204
205
205
206
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.
1. In the connection wizard, under **RedisInsight Desktop**, select **Public Endpoint**. Select **Open with RedisInsight** to connect to the database with RedisInsight.
210
+
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.
210
211
211
212
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.
212
213
213
-
{{<imagefilename="images/rc/ri-bedrock-add-ca-cert.png"width=80%alt="The RedisInsight Add CA Certificate section." >}}
214
+
{{<imagefilename="images/rc/ri-bedrock-add-ca-cert.png"width=80%alt="The Redis Insight Add CA Certificate section." >}}
214
215
215
216
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.
0 commit comments