update doc

This commit is contained in:
加里 2014-10-23 13:39:43 +08:00
parent 89d7d31bfc
commit 785924dec2

View File

@ -213,8 +213,8 @@ Others
----------------- -----------------
#### to save request data #### to save request data
* to save request data to local file, using the following param ``` anyproxy --file /path/to/file ``` * to save request data to local file, use ``` anyproxy --file /path/to/file ```
* anyproxy uses [nedb](https://github.com/louischatriot/nedb) to save request data. Since NeDB's persistence uses an append-only format, you may get some duplicate record in local file. Remember to use the last records with the same id. * anyproxy uses [nedb](https://github.com/louischatriot/nedb) to save request data. Since NeDB's persistence uses an append-only format, you may get some redundant record in local file. For those dupplicated ones with the same id, just use the lastest line of record.
#### work as a module for nodejs #### work as a module for nodejs
``` ```