Skip to content

Commit

Permalink
doc(redis-commander): style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Oct 25, 2023
1 parent 73d8f67 commit 874f081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redis-commander/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
~/.local/opt/node/bin/redis-commander
```

If [`node`](/node) is not found, it will also be installed.
If [`node`](../node/) is not found, it will also be installed.

## Cheat Sheet

Expand All @@ -29,7 +29,7 @@ If [`node`](/node) is not found, it will also be installed.
- Sets
- Sorted Set
- Streams (Basic support based on HFXBus project from
https://github.com/exocet-engineering/hfx-bus, only view/add/delete data)
<https://github.com/exocet-engineering/hfx-bus>, only view/add/delete data)
- ReJSON documents (Basic support, only for viewing values of ReJSON type keys)

List available commands:
Expand All @@ -44,5 +44,5 @@ Start redis commander with default settings:
redis-commander
```

This will open up web app at `http://127.0.0.1:8081` and will be connected to
This will open up web app at <http://127.0.0.1:8081> and will be connected to
local redis server at default port!

0 comments on commit 874f081

Please sign in to comment.