Skip to content

[DOC UPDATE] Updates RedisInsight docs, adds new sections #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0965581
Updates RedisInsight docs, adds new sections
nermiller Feb 23, 2023
afcab27
Update get-started.md
nermiller Feb 23, 2023
20b3b65
Update tools.md
nermiller Feb 23, 2023
23fe892
Update docs/ui/insight/examples.md
nermiller Feb 23, 2023
7088b68
Update docs/ui/insight/tools.md
nermiller Feb 23, 2023
26da4bd
Update docs/ui/insight/tools.md
nermiller Feb 23, 2023
7529b66
Update docs/ui/insight/tools.md
nermiller Feb 23, 2023
54e7a6f
Merge branch 'main' into ri-feature-doc
nermiller Feb 23, 2023
1acecc2
Adds more content plus small updates
nermiller Feb 24, 2023
d859e8e
Updates dictionary, fixes spelling
nermiller Feb 24, 2023
41d7eec
Updates dictionary
nermiller Feb 24, 2023
e16ba58
Updates dictionary
nermiller Feb 24, 2023
3336c1d
Updates dictionary
nermiller Feb 24, 2023
a672f04
Updates best practices
nermiller Mar 13, 2023
3247d2f
Updates install instructions per Pieter's feedback
nermiller Mar 13, 2023
1975d86
Adds more topics
nermiller Apr 3, 2023
596dfd0
Updates dictionary
nermiller Apr 3, 2023
2973f47
Merge branch 'main' into ri-feature-doc
nermiller Apr 3, 2023
0af0aea
Removes tabs
nermiller Apr 3, 2023
cac928d
Updates get-started
nermiller Apr 3, 2023
ff25c10
Additional updates
nermiller Apr 11, 2023
8a8ca3c
Updates to most topics with restructure and incorporated feedback
nermiller Apr 12, 2023
9ca8be2
Updates dictionary
nermiller Apr 12, 2023
9bc5294
Updates dictionary
nermiller Apr 12, 2023
83e9232
Updates dictionary
nermiller Apr 12, 2023
29cfbef
Updates dictionary
nermiller Apr 12, 2023
65d1ad8
Updates About Stack topic per Pieter's and Viktar's feedback
nermiller Apr 12, 2023
01b1d86
Update docs/ui/insight/get-started.md
nermiller Apr 14, 2023
8a7f7d4
Update docs/ui/insight/get-started.md
nermiller Apr 14, 2023
e35f627
Update docs/ui/insight/get-started.md
nermiller Apr 14, 2023
c755180
Update docs/ui/insight/get-started.md
nermiller Apr 14, 2023
08e5d90
Update docs/ui/insight/plugins/plugin-development.md
nermiller Apr 14, 2023
8eb3202
Update docs/ui/insight/plugins/plugin-development.md
nermiller Apr 14, 2023
e2dac13
Update docs/ui/insight/plugins/plugin-development.md
nermiller Apr 14, 2023
21b7c46
Update docs/ui/insight/plugins/plugin-development.md
nermiller Apr 14, 2023
f00a7a2
Update docs/ui/insight/tools/slow-log.md
nermiller Apr 14, 2023
1b5b5e8
Apply suggestions from code review
nermiller Apr 14, 2023
850f049
Applies Viktar's feedback
nermiller Apr 21, 2023
208b573
Merge branch 'main' into ri-feature-doc
nermiller Apr 21, 2023
366fcfd
Updates dictionary
nermiller Apr 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/ui/insight/get-started.md
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
  • Loading branch information
nermiller and rrelledge authored Apr 14, 2023
commit 8a7f7d40504f3addc7cda4b9e99a3173251c823d
2 changes: 1 addition & 1 deletion docs/ui/insight/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Standalone downloads are available for Windows, MacOS, and Linux from the Redis
brew install --cask redisinsight
```

To start RedisInsight, from your Terminal, run this command.
To start RedisInsight from your Terminal, run this command.

```
redisinsight
Expand Down