We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5806f5 commit be7b54fCopy full SHA for be7b54f
README.md
@@ -50,6 +50,8 @@ Starting options:
50
The possible storage option (_disk_—stores database to disk, _memory_—database runs only in memory)
51
- `-p`, `--port`
52
The port for listening on (default—_9090_)
53
+- `-v`, `--verbose`
54
+ Verbose mode, full log of the client requests
55
56
## Client
57
@@ -67,7 +69,7 @@ Starting options:
67
69
- **DEL** - removes a key
68
70
- **KEYS** - returns all keys matching pattern; pattern could include '\*' symbol which matches zero or
71
more characters
-- **DUMP** - (optional) - returns database data in the json format
72
+- **DUMP** - (optional) - returns database data in the json format
73
74
## References
75
0 commit comments