save
Saves context state.
context::save name:string
Description
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"
See Also
Section titled “See Also”context::create_bloom_filter
,
context::create_geoip
,
context::create_lookup_table
,
context::enrich
,
context::erase
,
context::inspect
,
context::list
,
context::load
,
context::remove
,
context::reset
,
context::update