LOAD
Syntax
LOAD [FROM path] [FAST]
Description
Load a copy of the cache from file provided at path. If a path is not provided then the cache is saved to the file assigned to the Pogocache --persist
flag.
Use FAST
to make the saving process use all machine cores, making the operation finish quicker, but may slow down other concurrent connections when the cache is very large.
Example
> LOAD FROM cache.db
# Loading is disabled for this example