send

Sends a pre-encoded string

void
send
(
TcpSocket conn
,
)

Parameters

conn
Type: TcpSocket

Connection to redis server.

encoded_cmd
Type: string

The command to be sent.

Throws

ConnectionException if sending fails.

Meta