doc(redis-commander): style updates

This commit is contained in:
AJ ONeal
2023-10-25 04:41:32 +00:00
parent 73d8f673ff
commit 874f081401

View File

@@ -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
@@ -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:
@@ -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!