Skip to content

Commit be7b54f

Browse files
SiarheiKresikvasily-chertkov
authored andcommitted
Update readme file
1 parent b5806f5 commit be7b54f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Starting options:
5050
The possible storage option (_disk_—stores database to disk, _memory_—database runs only in memory)
5151
- `-p`, `--port`
5252
The port for listening on (default—_9090_)
53+
- `-v`, `--verbose`
54+
Verbose mode, full log of the client requests
5355

5456
## Client
5557

@@ -67,7 +69,7 @@ Starting options:
6769
- **DEL** - removes a key
6870
- **KEYS** - returns all keys matching pattern; pattern could include '\*' symbol which matches zero or
6971
more characters
70-
- **DUMP** - (optional) - returns database data in the json format
72+
- **DUMP** - (optional) - returns database data in the json format
7173

7274
## References
7375

0 commit comments

Comments
 (0)