Anystore
Base class of any store.
Table of Contents
Constructor
Anystore
(
-
opt
Parameters:
-
[opt]
Object optionalAnystore options
Methods
Optionnal initialization. Use it to pass optional options to the store implementation, like host, port, ... for example.
Parameters:
-
[opt]
Object optionalStore implementation options
Returns:
Boolean:
true on success
async
Stop the store.
Parameters:
-
[cb]
Function optionalCallback function
Returns:
Promise:
true on success