Commands
>
SAVE

SAVE

Syntax

SAVE [TO path] [FAST]

Description

Save a copy of the cache to 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

> SAVE TO cache.db
# Saving is disabled for this example

Related Commands