protected string[] ExecuteCommand(RedisCommand command, params string[] args)
 {
     while (sendCommanSyncQueue.Count != 0)
     {
         ;
     }
     byte[] bytes = PrepareBytesToSend(command, args);
     return(redisStream.GetResponse(bytes));
 }