DUMP
Dumps all the Key-Value pairs into a CSV file on demand.
Syntax
DUMP <path-to-file>
Example:
Command: SET name Sheldon
Command: SET friend Leonard
Command: SET wife Amy
Command: DUMP dump.csv
Returns: Dumped!
The table below shows the Key-Value pairs in the dump.csv file.
| Key | Value |
|---|---|
| name | Sheldon |
| friend | Leonard |
| wife | Amy |