Module Test_stubs.In_memory_kvdb
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val create_checkpoint : t -> string -> t
val make_checkpoint : t -> string -> unit
val get_uuid : t -> Uuid.t
val set_batch :
t ->
?remove_keys:Core.Bigstring.t list ->
key_data_pairs:(Core.Bigstring.t * Core.Bigstring.t) list ->
unit
val to_alist : t -> (Core.Bigstring.t * Core.Bigstring.t) list