Parameters
module BLOCK : Mirage_block.SSignature
include Mirage_kv.RO
type nonrec error = private [> | Mirage_kv.error
]val pp_error : error Fmt.tval disconnect : t -> unit Lwt.ttype key = Mirage_kv.Key.tval exists :
t ->
key ->
([ `Dictionary | `Value ] option, error) Stdlib.result Lwt.tval get : t -> key -> (string, error) Stdlib.result Lwt.tval get_partial :
t ->
key ->
offset:Optint.Int63.t ->
length:int ->
(string, error) Stdlib.result Lwt.tval list :
t ->
key ->
((key * [ `Dictionary | `Value ]) list, error) Stdlib.result Lwt.tval last_modified : t -> key -> (Ptime.t, error) Stdlib.result Lwt.tval digest : t -> key -> (string, error) Stdlib.result Lwt.tval size : t -> key -> (Optint.Int63.t, error) Stdlib.result Lwt.tval connect : BLOCK.t -> t Lwt.t