send

Sends a pre-encoded string

void
send
(
TcpSocket conn
,)

Parameters

conn TcpSocket

Connection to redis server.

encoded_cmd string

The command to be sent.

Throws

ConnectionException if sending fails.

Meta