SAVE

Syntax

  1. SAVE [RDB|DF]

Time complexity: O(N) where N is the total number of keys in all databases

The SAVE commands performs a save of the dataset producing a point in time snapshot of all the data inside the Dragonfly instance, in the form of a set of DFS files.

Use SAVE RDB to save the snapshot in form of an RDB file instead.

Please refer to the persistence documentation for detailed information.

Return

Simple string reply: The commands returns OK on success.