Module type KeyValue.KV

type value
type store
val get : store:store -> string -> ( value, [> `Msg of string ] ) Lwt_result.t
val set : ?expiry:int -> store:store -> string -> value -> unit Lwt.t