Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp_error : error Fmt.t
pp_error
is the pretty-printer for errors.
val read :
t ->
string ->
int64 ->
int64 ->
(page_aligned_buffer list, error) Pervasives.result io
read t key offset length
reads up to length
bytes from the value associated with key
. If less data is returned than requested, this indicates the end of the value.
mem t key
returns true
if a value is set for key
in t
, and false
if not so.