Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Saves context state.

context::save name:string

The context::save operator dumps the state of the specified context into its (binary) output.

The name of the context whose state to save.

context::save "ctx"
save_file "snapshot.mmdb"

Last updated: