View Source Nerves.Runtime.KVBackend.InMemory (nerves_runtime v0.13.7)
In-memory KV store
This KV store keeps everything in memory. Use it by specifying it as a backend in the application configuration. Specifying an initial set of contents is optional.
config :nerves_runtime, :kv_backend, {Nerves.Runtime.KV.InMemory, contents: %{"key" => "value"}}