Dieser Commit ist enthalten in:
timo 2017-05-06 15:46:57 +02:00
Ursprung 55e4d4868b
Commit 1a51eae326

Datei anzeigen

@ -8,9 +8,11 @@ To connect to the redis cli execute:
docker-compose exec redis-mailcow redis-cli
```
### 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:
@ -23,7 +25,7 @@ OK
[...]
```
**KEYS**
##### KEYS
Get all keys matching your pattern:
@ -31,7 +33,7 @@ Get all keys matching your pattern:
```
**PING**
##### PING
Test a connection: