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: .github/ISSUE_TEMPLATE/bug_report.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
@@ -22,4 +22,4 @@ assignees: ''
22
22
**Screenshots** (Paste or drag-and-drop a screenshot or a link to a recording)
23
23
24
24
25
-
**Additional context** (Operating system, version of RedisInsight, Redis database version, Redis module version, database type, connection type, logs, or any other information)
25
+
**Additional context** (Operating system, version of Redis Insight, Redis database version, Redis module version, database type, connection type, logs, or any other information)
Built with love using [Electron](https://www.electronjs.org/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS.
16
16
17
17
## Overview
18
18
19
-
RedisInsight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for Redis modules.
19
+
Redis Insight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for Redis modules.
20
20
21
-
### RedisInsight Highlights:
21
+
### Redis Insight Highlights:
22
22
23
23
* Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)
24
24
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
@@ -36,9 +36,9 @@ RedisInsight is an intuitive and efficient GUI for Redis, allowing you to intera
36
36
37
37
Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/).
38
38
39
-
## Get started with RedisInsight
39
+
## Get started with Redis Insight
40
40
41
-
This repository includes the code for RedisInsight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.
41
+
This repository includes the code for Redis Insight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.
42
42
43
43
### Installable
44
44
Available to download for free from [here](https://redis.com/redis-enterprise/redis-insight/#insight-form).
@@ -50,7 +50,7 @@ Alternatively you can also build from source. See our wiki for instructions.
50
50
*[How to build](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute)
51
51
52
52
## How to debug
53
-
If you have any issues occurring in RedisInsight, you can follow the steps below to get more information about the errors and find their root cause.
53
+
If you have any issues occurring in Redis Insight, you can follow the steps below to get more information about the errors and find their root cause.
54
54
55
55
*[How to debug](https://github.com/RedisInsight/RedisInsight/wiki/How-to-debug)
56
56
@@ -61,9 +61,9 @@ If you have any issues occurring in RedisInsight, you can follow the steps below
61
61
* File a [bug](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D%3A)
62
62
63
63
64
-
## RedisInsight Plugins
64
+
## Redis Insight Plugins
65
65
66
-
With RedisInsight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information.
66
+
With Redis Insight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information.
@@ -75,9 +75,9 @@ If you would like to contribute to the code base or fix and issue, please consul
75
75
76
76
## Telemetry
77
77
78
-
RedisInsight includes an opt-in telemetry system, that is leveraged to help improve the developer experience (DX) within the app. We value your privacy, so stay assured, that all the data collected is anonymised.
78
+
Redis Insight includes an opt-in telemetry system, that is leveraged to help improve the developer experience (DX) within the app. We value your privacy, so stay assured, that all the data collected is anonymised.
79
79
80
80
## License
81
81
82
-
RedisInsight is licensed under [SSPL](/LICENSE) license.
82
+
Redis Insight is licensed under [SSPL](/LICENSE) license.
0 commit comments