Skip to content

Commit 366fcfd

Browse files
committed
Updates dictionary
1 parent 208b573 commit 366fcfd

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

dictionary.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ EntityStream
4040
ETL
4141
FTS
4242
geo-distributed
43+
compressions
4344
consumer1
4445
consumer2
4546
consumer3
@@ -53,6 +54,7 @@ DevOps
5354
DOM
5455
Dotenv
5556
Downey
57+
dropdown
5658
dually
5759
EntityStream
5860
formatters
@@ -64,6 +66,7 @@ geo-replicated
6466
Geospatial
6567
Github
6668
Gzip
69+
GZIP
6770
Hemsworth
6871
Homebrew
6972
html
@@ -106,6 +109,7 @@ npm
106109
on-prem
107110
ORM
108111
OSS
112+
PEM
109113
PeopleController
110114
PeopleControllerV1
111115
PeopleRepository
@@ -126,6 +130,7 @@ RedisAI
126130
RedisGears
127131
redisinsight
128132
REDiss
133+
redis-tutorials
129134
RHEL7
130135
RHEL8
131136
RSAL

docs/ui/insight/tools/browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With the **Browser** tool, you can:
1616

1717
<img src="../../images/Browser.png">
1818

19-
The Browser tool also helps you observe, validate, and manage your key values in a human-readable format using formatters that prettify and highlight data in different formats (for example, Unicode, JSON, MessagePack, HEX, ASCII, an so on), as well as automatically decompress your data to display it in a human-readable format, supporting GZIP, LZ4, SNAPPY, and other compressions.
19+
The Browser tool also helps you observe, validate, and manage your key values in a human-readable format using formatters that prettify and highlight data in different formats (for example, Unicode, JSON, MessagePack, HEX, ASCII, and so on), as well as automatically decompress your data to display it in a human-readable format, supporting GZIP, LZ4, SNAPPY, and other compressions.
2020

2121
<img src="../../images/data_formatting.png">
2222

docs/ui/insight/tools/connection-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Before viewing and interacting with your data, optimizing your Redis or Redis St
1111
While all your local Redis or Redis Stack databases with the standalone connection type and without any authentication will be automatically identified and added to your list of database connections when RedisInsight launches for the first time, there are many cases when you need to add database connections to work with them via RedisInsight.
1212
To do so, you can use one of the available options:
1313

14-
* Discover your databases in Redis Enterprise Cluster and databases with Flexible plans in Redis Cloud, as well as primary groups from Redis Sentinel
15-
* Use a form to enter your connection details and add any Redis database running anywhere
14+
* Discover your databases in Redis Enterprise Cluster and databases with Flexible plans in Redis Cloud, as well as primary groups from Redis Sentinel.
15+
* Use a form to enter your connection details and add any Redis database running anywhere.
1616
* Connect to your database connections via SSH tunnels using a password or private key in the PEM format.
1717

1818
<img src="../../images/Databases.png">

docs/ui/insight/tools/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 10
66
aliases:
77
---
88

9-
Search for keywords and phrases within your documents stored as Redis hashes or JSON with dedicated UI controls to run search queries against a pre-selected index.
9+
Search for keywords and phrases within your documents stored as Redis hashes or JSON with dedicated UI controls to run search queries against a preselected index.
1010
If you use the search capability and would like to use a dedicated UI in RedisInsight:
1111

1212
1. In **Browser**, open **Search by Values of Keys**.

0 commit comments

Comments
 (0)