Formatting
Dieser Commit ist enthalten in:
Ursprung
4eb7c70871
Commit
55e4d4868b
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -10,7 +10,7 @@ docker-compose exec redis-mailcow redis-cli
|
||||||
|
|
||||||
Here are some usefull commands for the redis-cli for debugging:
|
Here are some usefull commands for the redis-cli for debugging:
|
||||||
|
|
||||||
##### MONITOR
|
**MONITOR**
|
||||||
|
|
||||||
Listens for all requests received by the server in real time:
|
Listens for all requests received by the server in real time:
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ OK
|
||||||
[...]
|
[...]
|
||||||
```
|
```
|
||||||
|
|
||||||
##### KEYS
|
**KEYS**
|
||||||
|
|
||||||
Get all keys matching your pattern:
|
Get all keys matching your pattern:
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Get all keys matching your pattern:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### PING
|
**PING**
|
||||||
|
|
||||||
Test a connection:
|
Test a connection:
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren