You can search for identifiers within the package.
in-package search v0.2.0
hiredis
Hiredis.Reader
Readers are used to decode Redis Value.ts from buffered input
type t
val create : unit -> t
Create a new, empty reader
val feed : t -> string -> status
Feed the reader more input data
val get_reply : t -> Value.t option
Attempt to read a reply from the accumulated input data