Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Hiredis.Client
SourceReturns 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 client connection
Create a new client from an existing file descr
Similar to append_command
but using a command made of Hiredis Value.ts
Append a pre-formatted command string to be executed
get_reply client
executes the queued commands and returns the result
Execute a command formatted as an array of strings and return the reply immediately
Execute a command formatted as an array of Value.ts and return the reply immediately
load_script name script
will load a lua script onto the server and make it available from the existing * client as name
call_script client name nkeys args
calls a script by name with the given number of keys and arguments