Saves context state.
context::save name:stringDescription
Section titled “Description”The context::save operator dumps the state of the specified context into its
(binary) output.
name: string
Section titled “name: string”The name of the context whose state to save.
Examples
Section titled “Examples”Store the database of a GeoIP context
Section titled “Store the database of a GeoIP context”context::save "ctx"save_file "snapshot.mmdb"