Geolix v0.12.0 Geolix.Adapter.MMDB2.Storage.Tree
Geolix MMDB2 tree storage.
Usage
iex> set(:some_database_name, << 1, 2, 3 >>)
:ok
iex> get(:some_database_name)
<< 1, 2, 3 >>
iex> get(:unregistered_database)
nil
Summary
Functions
Fetches the tree for a database
Stores the tree for a specific database
Starts the tree agent
Functions
Starts the tree agent.