コード例 #1
0
 protected void SendCommand(RedisCommand command, params string[] args)
 {
     byte[] bytes = PrepareBytesToSend(command, args);
     redisStream.SendData(bytes);
 }