diff --git a/README.md b/README.md index ec1ddb3..f50ca65 100644 --- a/README.md +++ b/README.md @@ -853,13 +853,13 @@ Global Members: - index.[**clear**](#clear-all-items-from-an-index)() - index.[**cleanup**](#fast-update-mode)() -
+## - _async_ index.[**export**](doc/export-import.md)(handler) - _async_ index.[**import**](doc/export-import.md)(key, data) - _async_ index.[**serialize**](doc/export-import.md#fast-boot-serialization-for-server-side-rendering-php-python-ruby-rust-java-go-nodejs-)(boolean) -
+## - _async_ index.[**mount**](doc/persistent.md)(db) - _async_ index.[**commit**](doc/persistent.md)(boolean) @@ -883,12 +883,12 @@ Global Members: - document.[**get**](doc/document-search.md#document-store)(id) - document.[**set**](doc/document-search.md#document-store)(\, document) -
+## - _async_ document.[**export**](doc/export-import.md)(handler) - _async_ document.[**import**](doc/export-import.md)(key, data) -
+## - _async_ document.[**mount**](doc/persistent.md)(db) - _async_ document.[**commit**](doc/persistent.md)(boolean)