package hiredis
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Hiredis.Value
type t = valueval nil : tval string : string -> tval int64 : int64 -> tval int : int -> tval error : string -> tval status : string -> tval is_nil : t -> boolval is_error : t -> boolval to_string : t -> stringval to_int64 : t -> int64val to_int : t -> intval to_float : t -> float