Skip to main content
Version: Next

save

Saves context state.

context::save name:string

Description

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

name: string

The name of the context whose state to save.

Examples

Store the database of a GeoIP context

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

See Also

context::create_bloom_filter, context::create_geoip, context::create_lookup_table, context::enrich, context::inspect, context::list, context::load, context::remove, context::reset, context::update