Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Resp_server.Client
SourceClient is a pure OCaml implementation of a minimal Redis client
val connect :
?ctx:Conduit_lwt_unix.ctx ->
?tls_config:Conduit_lwt_unix.client_tls_config ->
?port:int ->
string ->
t Lwt.t
Connect to a remote server optionally with TLS. If no port is provided then the string arguments is assumed to be a Unix socket address.
Write a command to the connection and return the the resulting value