package hiredis

  1. Overview
  2. Docs
type value =
  1. | Nil
  2. | Error of string
  3. | Integer of int64
  4. | String of string
  5. | Array of value array
  6. | Status of string
module Value : sig ... end
type status =
  1. | OK
  2. | ERR of string option
val command : string array -> string option
val command_v : value array -> string option
module Reader : sig ... end
module Client : sig ... end
module Pool : sig ... end
module Shell : sig ... end
module Server : sig ... end
OCaml

Innovation. Community. Security.