Skip to content

Commit 82c5c1d

Browse files
committed
redis missing
Signed-off-by: arhimede <[email protected]>
1 parent 303ab80 commit 82c5c1d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/book/v1/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The commands available are:
88

99
The commands can be run in two different ways:
1010

11-
### CLI
11+
## CLI
1212

1313
To run the commands via CLI, use the following syntax:
1414

@@ -18,7 +18,7 @@ To run the commands via CLI, use the following syntax:
1818

1919
`php bin/cli.php inventory`
2020

21-
### TCP message
21+
## TCP message
2222

2323
To use commands using TCP messages the following messages can be used:
2424

docs/book/v1/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# INSTALLATION
22

3-
### git clone
3+
## git clone
44

55
`git clone -b default-queue https://github.com/dotkernel/queue.git`
66

7-
### Edit .dist files from config/autoload folder
7+
## Edit .dist files from config/autoload folder
88

99
- local.php.dist
1010
- log.local.dist
@@ -15,7 +15,7 @@
1515

1616
`composer install --no-dev`
1717

18-
### Create services ( daemon)
18+
## Create services ( daemon)
1919

2020
- Edit the files from `/daemon` folder and set proper paths
2121
- copy them in /etc/systemd/system/
@@ -24,7 +24,7 @@
2424

2525
`sudo cp /home/dotkernel/queue/daemon\messenger.service`
2626

27-
### Start the daemon
27+
## Start the daemon
2828

2929
`sudo systemctl daemon-reload`
3030

docs/book/v1/valkey.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following commands can be run in the CLI to interact with Valkey. To enter C
66

77
`valkey-cli`
88

9-
### Utility Commands
9+
## Utility Commands
1010

1111
List all keys matching a pattern.
1212

@@ -28,7 +28,7 @@ Check data type stored at a specific key (Possible types: string, list, set, zse
2828

2929
`TYPE keyName`
3030

31-
### Key-Value Operations
31+
## Key-Value Operations
3232

3333
Set a string key to a value.
3434

@@ -42,7 +42,7 @@ Delete one or more keys.
4242

4343
`DEL keyName1 keyName2`
4444

45-
### Stream Commands
45+
## Stream Commands
4646

4747
Read entries from a stream oldest to newest (revers '-' and '+' to reverse order).
4848

0 commit comments

Comments
 (0)