- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBinaryBulkReply
const(ubyte)[] getBinaryBulkReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBinaryMultiBulkReply
List!(const(ubyte)[]) getBinaryMultiBulkReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBulkReply
string getBulkReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getConnectionTimeout
int getConnectionTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
- getIntegerMultiBulkReply
List!(long) getIntegerMultiBulkReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getIntegerReply
Long getIntegerReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMany
List!(Object) getMany(int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMultiBulkReply
List!(string) getMultiBulkReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getObjectMultiBulkReply
List!(Object) getObjectMultiBulkReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOne
Object getOne()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPort
int getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSoTimeout
int getSoTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
- getStatusCodeReply
string getStatusCodeReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUnflushedObjectMultiBulkReply
List!(Object) getUnflushedObjectMultiBulkReply()
Undocumented in source. Be warned that the author may not have intended to support it.
- isBroken
bool isBroken()
Undocumented in source. Be warned that the author may not have intended to support it.
- isConnected
bool isConnected()
Undocumented in source. Be warned that the author may not have intended to support it.
- readProtocolWithCheckingBroken
Object readProtocolWithCheckingBroken()
Undocumented in source. Be warned that the author may not have intended to support it.
- rollbackTimeout
void rollbackTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
- sendCommand
void sendCommand(Command cmd, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendCommand
void sendCommand(Command cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendCommand
void sendCommand(Command cmd, const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- setConnectionTimeout
void setConnectionTimeout(int connectionTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHost
void setHost(string host)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPort
void setPort(int port)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSoTimeout
void setSoTimeout(int soTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimeoutInfinite
void setTimeoutInfinite()
Undocumented in source. Be warned that the author may not have intended to support it.