Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include V1.KV_RO
with type +'a io = 'a Lwt.t
and type page_aligned_buffer = Cstruct.t
type page_aligned_buffer = Cstruct.t
The type for memory buffers.
val read :
t ->
string ->
int ->
int ->
[ `Ok of page_aligned_buffer list | `Error of error ] 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.