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 = value
val nil : t
val string : string -> t
val int64 : int64 -> t
val int : int -> t
val error : string -> t
val status : string -> t
val is_nil : t -> bool
val is_error : t -> bool
val to_string : t -> string
val to_int64 : t -> int64
val to_int : t -> int
val to_float : t -> float