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.Client
val error_string : t -> string option
Returns the error string associated with a hiredis context
val connect :
?scripts:(string, string) Hashtbl.t ->
?auth:string ->
?nonblock:bool ->
?port:int ->
string ->
t
Create a new context
val to_fd : t -> Unix.file_descr
val load_script : t -> string -> string -> unit