Skip to main content
Version: Next

load

Loads context state.

context::load name:string

Description

The context::load operator replaces the state of the specified context with its (binary) input.

name: string

The name of the context whose state to update.

Examples

Replace the database of a GeoIP context

load_file "ultra-high-res.mmdb", mmap=true
context::load "ctx"

See Also

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