package mirage-kv
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
MirageOS signatures for key/value devices
Install
dune-project
Dependency
Authors
Maintainers
Sources
mirage-kv-v2.0.0.tbz
sha256=f2fee87fdc33e02826088347bd35782ab9cb842ac65933b06253413a61cdf53c
md5=ae3aed9d16c93fc67a429ea1b5727dca
doc/mirage-kv/Mirage_kv/index.html
Module Mirage_kv
MirageOS signatures for key/value devices
v2.0.0
Mirage_kv
MirageOS key-value stores are nested dictionaries, associating structured keys to either dictionaries or values.
module Key : sig ... endtype key = Key.tThe type for keys.
type error = [ | `Not_found of key(*key not found
*)| `Dictionary_expected of key(*key does not refer to a dictionary.
*)| `Value_expected of key(*key does not refer to a value.
*)
]The type for errors.
module type RO = sig ... endtype write_error = [ | error| `No_space(*No space left on the device.
*)| `Too_many_retries of int(*
*)batchhas been trying to commitntimes without success.
]val pp_write_error : write_error Fmt.tpp_write_error is the pretty-printer for write errors.
module type RW = sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page